@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"],input[type="email"],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: #3b499f;
    text-decoration: none;
    word-break: break-all;
}
a:visited {
    color: #0a70c5;
}
a:hover,a:active {
    color: #3399ff;
    text-decoration: underline;
}
a[href^="tel:"] {
    cursor: default;
}
.m_b0 {
    margin-bottom: 0px !important;
}
.m_b1 {
    margin-bottom: 1px !important;
}
.m_b2 {
    margin-bottom: 2px !important;
}
.m_b3 {
    margin-bottom: 2px !important;
}
.m_b5 {
    margin-bottom: 5px !important;
}
.m_b7 {
    margin-bottom: 7px !important;
}
.m_b8 {
    margin-bottom: 8px !important;
}
.m_b10 {
    margin-bottom: 10px !important;
}
.m_b11 {
    margin-bottom: 11px !important;
}
.m_b12 {
    margin-bottom: 12px !important;
}
.m_b13 {
    margin-bottom: 13px !important;
}
.m_b15 {
    margin-bottom: 15px !important;
}
.m_b20 {
    margin-bottom: 20px !important;
}
.m_b25 {
    margin-bottom: 25px !important;
}
.m_b30 {
    margin-bottom: 30px !important;
}
.m_b35 {
    margin-bottom: 35px!important;
}
.m_b40 {
    margin-bottom: 40px !important;
}
.m_b45 {
    margin-bottom: 45px !important;
}
.m_b50 {
    margin-bottom: 50px !important;
}
.m_b55 {
    margin-bottom: 55px !important;
}
.a_center {
    text-align: center;
}
.a_left {
    text-align: left;
}
.a_right {
    text-align: right;
}
.f_bold {
    font-weight: bold;
}
.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: center;
    min-height: 100%;
    height: auto !important;
    position: relative;
    min-width: 960px;
    -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: "メイリオ", "Meiryo", sans-serif;
    font-size: 14px;
    line-height: 1.8;
    color: #232323;
}
/********************************
HEADER
*********************************/
header {
    padding: 27px 0 22px 0;
}
.header {
    width: 800px;
    margin: 0 auto;
}
.head-ttl {
    width: 270px;
    height: 52px;
}
.head-ttl span{
    width: 100%;
    height: 0;
    display: block;
    overflow: hidden;
    padding: 52px 0 0 0;
    background: url(../img/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;
}
/********************************
FOOTER
*********************************/
footer{
    padding: 40px 0 65px 0;
}
.foot_txt {
    width: 800px;
    margin: 0 auto 30px;
}
.foot_txt dt {
    font-size: 14px;
    line-height: 1;
    text-align: left;
    margin: 0 0 20px 0;
}
.foot_txt .foot-tel {
    font-size: 16px;
    text-align: left;
    font-weight: bold;
}
.foot_txt .foot-add {
    font-size: 14px;
    text-align: left;
}
.foot_bx {
    border-top: 1px solid #3b499f;
    padding: 18px 0 0 0;
}
.foot_links {
    width: 800px;
    margin: 0 auto;
}
.foot_links li {
    float: left;
    margin: 0 30px 0 0;
}
.foot_links li a {
    color: #232323;
}
.foot_links li a span {
    color: #3b499f;
}
/********************************
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 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: 2px;
    -ms-border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border: 1px solid #3b499f;
    color: #3b499f;
    background: #fff;
}
.c-btn a:hover {
    border: 1px solid #3399ff;
    background: #3399ff;
    color: #fff;
    text-decoration: none;
}
.c-btn a span{
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    height: 60px;
    font-size: 18px;
    font-weight: bold;
    line-height: 1;
}
.c-btn2 a {
    font-size: 14px;
    line-height: 1;
    color: #333;
}
.c-btn2 a span {
    color: #3b499f;
}
.c-btn.is-ver2 a {
    display: table;
    width: 100%;
    border-radius: 50px;
    -ms-border-radius: 50px;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    border: 2px solid #0a70c5;
    color: #fff;
    background: #0a70c5;
    position: relative;
}
.c-btn.is-ver2 a:before {
    content: "▶";
    color: #fff;
    font-size: 18px;
    line-height: 1;
    position: absolute;
    top: 50%;
    right: 16px;
    margin: -8px 0 0;
}
.c-btn.is-ver2 a:hover {
    border: 2px solid #3b499f;
    background: #3b499f;
    text-decoration: none;
}
.c-btn.is-ver2 a span{
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    height: 50px;
    font-size: 18px;
    font-weight: bold;
    line-height: 1;
}
.c-btn.is-ver3 a {
    display: table;
    width: 100%;
    border-radius: 50px;
    -ms-border-radius: 50px;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    border: 2px solid #0a70c5;
    color: #0a70c5;
    background: #fff;
    position: relative;
}
.c-btn.is-ver3 a:before {
    content: "▶";
    color: #0a70c5;
    font-size: 18px;
    line-height: 1;
    position: absolute;
    top: 50%;
    right: 16px;
    margin: -8px 0 0;
}
.c-btn.is-ver3 a:hover {
    background: #eef4fc;
    text-decoration: none;
}
.c-btn.is-ver3 a span{
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    height: 50px;
    font-size: 18px;
    font-weight: bold;
    line-height: 1;
}
.c-btn.is-ver4 a {
    color: #fff;
    border: 1px solid #00bba2;
    background: #00bba2;
    position: relative;
}
.c-btn.is-ver4 a:before {
    content: "▶";
    color: #fff;
    font-size: 20px;
    line-height: 1;
    position: absolute;
    top: 50%;
    right: 18px;
    margin: -10px 0 0;
}
.c-btn.is-ver4 a:hover {
    opacity: 0.7;
}
.c-btn.is-ver4 a span{
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    height: 55px;
    font-size: 20px;
    font-weight: bold;
    line-height: 1;
}
.c-btn.is-gry a {
    border-radius: 50px;
    -ms-border-radius: 50px;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    border: 2px solid #666666;
    color: #fff;
    background: #666666;
    position: relative;
}
.c-btn.is-gry a:before {
    content: "◀";
    color: #fff;
    font-size: 18px;
    line-height: 1;
    position: absolute;
    top: 50%;
    left: 16px;
    margin: -8px 0 0;
}
.c-btn.is-gry a span{
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    height: 50px;
    font-size: 18px;
    font-weight: bold;
    line-height: 1;
}
.c-btn.is-gry a:hover {
    border: 2px solid #666666;
    background: #666666;
    text-decoration: none;
    opacity: 0.7;
}
/*c-wrap*/
.c-wrap {
    margin: 0 auto;
    width: 840px;
}
.c-wrap2 {
    margin: 0 auto;
    width: 700px;
}
/*c-cont*/
.c-cont {
    padding: 50px 0 60px 0;
    width: 900px;
    margin: 0 auto;
}
.c-cont.ver1 {
    width: 800px;
}
/********************************
CONTETS
*********************************/
#Contents {
    background: #ffffff;
}
.gift #Contents {
    background: url(../img/bg_gift.png) repeat 0 0;
}

/*form*/
.form-error {
    margin: 5px 0 0 0;
    color: #ff0000;
    font-size: 18px;
}
.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: 43px;
    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 20px;
    width: 100%;
    background: #ffffff url(../img/bg_select.png) no-repeat right 20px center;
    background-size: 16px auto;
    -ms-background-size: 16px auto;
    -moz-background-size: 16px auto;
    -webkit-background-size: 16px auto;
}
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.is-none {
    display: none;
}
.form_table table tr.is-show {
    display: table-row;
}
.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.is-car table tr th {
    width: 320px;
    padding: 35px 60px 35px 10px;
}
.form_table.is-car table.is-wid6 tr th {
    width: 255px;
    padding: 35px 60px 35px 10px;
}
.form_table.is-car table.is-wid6 tr th {
    width: 255px;
    padding: 35px 60px 35px 10px;
}
.form_table.is-car table tr th.is-la {
    border-bottom: none;
    padding: 35px 60px 0 10px;
}
.form_table.is-car table tr th.is-notc {
    display: block;
    width: 100%;
    padding: 35px 0 20px 0;
    border-bottom: none;
}
.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;
    padding: 0 45px 0 0;
}
.form_table table tr th .fm-ttl.is-fb {
    font-weight: bold;
}
.form_table table tr th.is-his .fm-ttl.is-hno {
    font-weight: bold;
    background: none;
}
body.conf .form_table table tr th.is-his .fm-ttl {
    background: none;
    padding: 0;
}
.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-txt {
    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.is-tb tr td {
    font-size: 18px;
}
.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 table tr td.is-la {
    border-bottom: none;
    padding: 35px 0 0 0;
}
.form_table table tr td.is-notc {
    width: 100%;
    border-bottom: none;
    padding: 0 0 0 0;
}
.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;
    width: 100%;
    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;
}
.form_table .is-wid05 {
    width: 100%;
    height: 130px;
}
.form_table .is-year {
    width: 125px;
    margin: 0 5px;
}
.form_table .is-month {
    width: 95px;
    margin: 0 5px;
}
.form_table .is-day {
    width: 95px;
    margin: 0 5px;
}
.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;
}
.rdo_in.is-pd:last-child {
    padding: 0;
}
.rdo_in.is-con
 {
    padding: 0 0 0 10px;
    margin: 30px 0 0 0;
    border-bottom: 0;
}
.rdo_in.is-con2 {
    margin: 10px 0 5px 0;
    padding: 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_in.is-con ul li:first-child {
    width: 100%;
}
.rdo_in.is-cons ul li:first-child {
    width: 100%;
}
.is-notc .rdo_in ul li {
    float: none;
    padding: 35px 0;
}
.is-notc .rdo_in ul.he_list li {
    display: table-cell;
    padding: 0;
}
.is-notc .rdo_in ul li:first-child {
    width: 100%;
    padding: 0;
}
.rdo_input {
    padding: 24px 0 0 0;
}
.rdo_input.top {
    padding: 10px 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;
}
.chk_in ul li.is-flx {
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.chk_in.con ul li {
    margin: 0 45px 12px 0;
}
.chk_in.con 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 #3b499f;
    background: #fff;
    color: #3b499f;
    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.7;
}
.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.7;
}
.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.7;
}
.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: #0a70c5;
}
.formBtn a:hover {
    background: #3399ff;
}
.top_scroll {
    display: none;
}
.ninsyo{
    text-align: left;
    padding: 20px 40px 0;
/*    color: #e60012;*/
}
@media (max-width: 767px) {
body {
    font-family: "ヒラギノ角ゴ Pro W3", Hiragino Kaku Gothic Pro, sans-serif;
    font-size: 12px;
    min-width: auto;
}

/********************************
HEADER
*********************************/
header {
    padding: 12px 16px;
    position: relative;
}
.header {
    width: auto;
}
.head-ttl {
    width: 135px;
    height: 26px;
}
.head-ttl span{
    padding: 26px 0 0 0;
}
.headin {
    width: 122px;
}
/********************************
FOOTER
*********************************/
footer{
    padding: 25px 0 45px 0;
}
.foot_txt {
    width: auto;
    margin: 0 20px 20px;
}
.foot_txt dt {
    font-size: 16px;
    font-weight: bold;
    line-height: 1.8;
    margin: 0;
}
.foot_txt .foot-tel {
    font-size: 16px;
    font-weight: bold;
    text-align: left;
}
.foot_txt .foot-add {
    font-size: 16px;
    font-weight: bold;
    text-align: left;
}
.foot_bx {
    border-top: 1px solid #3b499f;
    padding: 25px 0 0 0;
}
.foot_links {
    width: auto;
    margin: 0 20px;
}
.foot_links li {
    float: left;
    margin: 0 10px 0 0;
}
.foot_links li a {
    color: #232323;
    font-size: 15px;
    font-weight: bold;
    text-align: left;
}
.foot_links li a span {
    color: #3b499f;
}
/********************************
C系CSS
*********************************/
#Contents {
    text-align: left;
}
.gift #Contents {
    background: url(../img/sp/bg_gift.png) repeat 0 0;
    background-size: 30px auto;
    -ms-background-size: 30px auto;
    -moz-background-size: 30px auto;
    -webkit-background-size: 30px auto;
}
.c-pc {
    display: none;
}
.c-pc-in {
    display: none;
}
.c-sp {
    display: block;
}
.c-sp-in {
    display: inline;
}
/*c-btn*/
.c-btn a span{
    height: 56px;
    font-size: 16px;
}
.c-btn.is-ver4 a span {
    padding: 0 0 0 1em;
}
.c-btn.is-ver4 a:before {
    left: 25px;
}
.c-btn2 a {
    font-size: 16px;
}
/*c-wrap*/
.c-wrap {
    margin: 0 auto;
    width: auto;
}
.c-wrap2 {
    margin: 0 auto;
    width: auto;
}
/*c-cont*/
.c-cont {
    padding: 30px 18px 30px 18px;
    width: auto;
    margin: 0 auto;
}
/********************************
CONTETS
*********************************/
/*form*/
.form-error {
    font-size: 16px;
}
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 {
    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.4;
    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;
    padding: 2px 0 2px 0;
}
.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%;
}
.form_table .is-wid05 {
    width: 100%;
    height: 80px;
}
.form_table .is-year {
    width: 25%;
    margin: 0;
}
.form_table .is-month {
    width: 18%;
    margin: 0;
}
.form_table .is-day {
    width: 18%;
    margin: 0;
}
.rdo_in {
    padding: 0;
    margin: 0 0 30px 0;
    border-bottom: none;
}
.rdo_in:last-child {
    padding: 0;
}
.rdo_in.is-con {
    margin: 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.top {
    padding: 0;
}
.rdo_input dt {
    display: block;
    font-size: 16px;
    padding: 20px 0 10px 0;
    width: auto;
}
.rdo_input.top dt {
    padding: 0 0 10px 0;
}
.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: #3b499f;
    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;
}
.top_scroll {
    display: block;
    position: fixed;
    right: 6px;
    bottom: 20px;
    z-index: 999;
}
.top_scroll a {
    display: block;
    width: 35px;
    height: 40px;
}
.top_scroll span {
    width: 100%;
    height: 0;
    display: block;
    overflow: hidden;
    padding: 40px 0 0 0;
    background: url(../img/sp/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;
}
.ninsyo{
    padding: 20px 20px 0;
    font-size: 12px;
/*    color: #e60012;*/
}
}
@media (max-width: 374px) {
.head-ttl img{
    width: 180px;
}
.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;
}
.c-btn2.is-ver4 a {
    padding: 12px 10px 12px 18px;
}
.c-btn2.is-ver5 a {
    padding: 12px 10px 12px 18px;
}
.foot-tl {
    font-size: 11px;
}
.form_table table tr th span {
    font-size: 12px;
}
.c-sp.is-br {
    display: none;
}
}
