@charset "UTF-8";
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  box-sizing: border-box;
  font-size: 62.5%;
  color: #222;
}
body {
  margin: 0 auto;
  color: #333;
  /* -webkit-font-smoothing: antialiased; */
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section,
summary {
  display: block;
}
img {
  border: 0;
  max-width: 100%;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
  color: #000;
}
body {
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "MS ゴシック", "MS Gothic", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
div, dl, dt, dd, ul, ol, li, pre, form, blockquote, th, td, p, h1, h2, h3, h4, h5, h6,figure {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
p, h1, h2, h3, h4, h5, h6 {
    line-height: 1;
    letter-spacing: 0.1em;
}
ul, ol {
  list-style: none;
}
.clearfix:after {
  content: "";
  display: table;
  clear: both;
}
.row {
    max-width: 1330px;
    margin: 0 auto;
    padding: 0 30px;
}
.inner {
	max-width: 1040px;
    margin: 0 auto;
    padding: 0 20px;
}
a {
    text-decoration: none;
    word-wrap: break-word;
}

a:hover {
    opacity: 0.8;
    filter:alpha(opacity=80);
    transition: 0.2s;
    cursor: pointer;
}
@media only screen and (max-width: 768px) {
    .row {
        padding: 0;
    }
    .inner {
        padding: 0 15px;
    }
}


.notes,
.disc,
.circle {
    text-indent: -1em;
    padding-left: 1em;
}
.notes li:before {
    content: "※";
}


.disc li:before {
    content: "・";
}
.circle li:before {
    content: "○";
}

/*------------------------------------------------------------
	HEADER
------------------------------------------------------------*/
header {
  z-index: 100;
}
header .page_logo_area {
    padding: 13px 0;
    text-align: center;
}



@media only screen and (max-width: 768px) {
}


/*------------------------------------------------------------
	MAIN_VISUAL
------------------------------------------------------------*/
.main_v {
    background: url(../images/main_v_bg.png) no-repeat center center #dff2f8;
    background-size: cover;
    padding: 23px 0 0;
    box-shadow: 0 6px 20px -3px #d1d1d1 inset;
}

.main_v .inner {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.main_v .page_title {
    padding: 110px 0;
    width: 60%;
    text-align: center;
    color: #072752;
}
.main_v .page_title .lead {
    font-size: 24px;
}
.main_v .page_title h1 {
    font-size: 54px;
    line-height: 1.2;
    letter-spacing: -0.03em;
    font-weight: normal;
    white-space: nowrap;
    padding-top: 15px;
}
.main_v .page_title h1 span {
    font-size: 52px;
}
.main_v .page_title .h1_sub {
    letter-spacing: 0.1em;
}
.main_v .page_title .h1_sub p {
    font-size: 19px;
    padding: 35px 0 17px;
    letter-spacing: 0.12em;
    line-height: 1.5;
    white-space: nowrap;
}
.main_v .page_title .h1_sub span {
    font-size: 12px;
}


.main_v .page_img {
    padding-left: 36px;
    width: 44%;
}
.main_v .page_img img {
    width: 100%;
    max-width: auto;
}


@media only screen and (max-width: 1050px){
}


@media only screen and (max-width: 950px) {
    .main_v {
        /* background-position: 60% center; */
        /* padding: 0; */
    }
    .main_v .page_title {
        padding: 70px 0;
    }
    .main_v .page_title .lead {
        font-size: 20px;
    }
    .main_v .page_title h1 {
        font-size: 40px;
    }
    .main_v .page_title .h1_sub p {
        font-size: 16px;
    }
}

@media only screen and (max-width: 768px) {
    .main_v {
        /* padding: 30px 0 150px; */
        margin-bottom: 0;
        /* background: url(../images/main_v_bg_sp.png) no-repeat center center #dff2f8;
        background-size: cover; */
    }
    .main_v .inner {
        align-items: flex-end;
    }
    .main_v .page_title {
        width: 100%;
        /* padding: 0; */
        text-align: left;
    }
    .main_v .page_title .lead {
        font-size: 18px;
    }
    .main_v .page_title h1 {
        font-size: 30px;
        white-space: normal;
    }
    .main_v .page_title h1 span {
        font-size: 30px;
    }
    .main_v .page_title .h1_sub p {
        padding: 20px 0 10px;
        font-size: 14px;
        white-space: normal;
    }
    .main_v .page_title .h1_sub dl {
        font-size: 10px;
        padding-bottom: 5px;
    }
    .main_v .page_img {
        width: 30%;
    }
}

@media only screen and (max-width: 600px) {
    /* .main_v .page_title {
        width: 60%;
    } */
    /* .main_v .page_title h1 {
        font-size: 26px;
    }
    .main_v .page_title h1 span {
        font-size: 26px;
    }
    .main_v .page_title .h1_sub p {
        font-size: 15px;
    } */
    /* .main_v .page_img {
        width: 40%;
    } */
}
@media only screen and (max-width: 550px) {
    .main_v {
        background: url(../images/main_v_bg_sp.png) no-repeat right center;
        background-size: cover;
        background-position: center bottom;
        position: relative;
    }
    .main_v .page_title {
        text-align: center;
        padding: 30px 0 70px;
    }
    /* .main_v .page_title .lead {
        font-size: 16px;
    } */
    .main_v .page_title h1 {
        font-size: 25px;
        padding-top: 5px;
    }
    .main_v .page_title .h1_sub {
        padding-bottom: 250px;
    }
    /* .main_v .page_title .h1_sub p {
        padding: 20px 0 30px;
    } */
    .main_v .page_title .h1_sub span {
        display: block;
        position: absolute;
        bottom: 20px;
        left: 0;
        padding: 10px 20px;
        background: rgba(255,255,255,.8);
    }
}
@media only screen and (max-width: 450px) {
    .main_v .page_title .h1_sub {
        padding-bottom: 200px;
    }
}
/* @media only screen and (max-width: 480px) {
    .main_v .inner {
        flex-direction: column;
    }
    .main_v {
        position: relative;
        padding: 40px 0 100px;
    }
    .main_v .page_title {
        width: 100%;
    }
    .main_v .page_title h1 {
        text-align: center;
        white-space: normal;
    }
    .main_v .page_title .h1_sub p {
        text-align: center;
        line-height: 1.5;
        border-bottom: 0;
    }
    .main_v .page_title .h1_sub dl {
        position: absolute;
        bottom: 0;
        left: 0;
        padding: 0 30px 35px;
    }
    .main_v .page_img {
        width: 50%;
        padding-left: 20px;
        margin: 0 auto;
    }
} */




/*------------------------------------------------------------
	FORM
------------------------------------------------------------*/
.form {
    background: #cfdeef;
    padding: 30px 0;
    text-align: center;
    position: relative;
    z-index: 100;
}
.form .entry_btn .entry{
    width: 468px;
    position: relative;
    overflow: hidden;
    display: inline-block;
    border-radius: 8px;
    font-size: 19px;
    background: #a7c90d;
    color: #fff;
    padding: 18px 0;
    line-height: 1.3;
    box-shadow: 0px 7px 3px -3px rgba(0,0,0,0.2);
    -webkit-box-shadow: 0px 7px 3px -3px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 7px 3px -3px rgba(0,0,0,0.2);
}
.form .entry_btn .entry:before {
    display: block;
    position: absolute;
    left: -30%;
    top: -100%;
    content: "";
    width: 10%;
    height: 300%;
	opacity: .8;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    background:-webkit-gradient(linear,left top, right bottom,color-stop(40%, rgba(255,255,255,0)), color-stop(50%, rgba(255,255,255,.8)), color-stop(60%, rgba(255,255,255,0)));
    background:linear-gradient(to right bottom,rgba(255,255,255,0) 40%, rgba(255,255,255,.8) 50%, rgba(255,255,255,0) 60%);
    -webkit-animation: shiny 2s ease infinite;
    animation: shiny 2s ease infinite;
}
@-webkit-keyframes shiny {
0% {left: -30%;}
30% {left: 120%;}
100% {left: 120%;}
}
@keyframes shiny {
0% {left: -30%;}
30% {left: 120%;}
100% {left: 120%;}
}

.form .entry_btn .entry.bottom{
    box-shadow: 0px 7px 3px -3px rgba(0,0,0,0.2), 0px -5px 3px rgba(205,224,117,0.9);
    -webkit-box-shadow: 0px 7px 3px -3px rgba(0,0,0,0.2), 0px -5px 3px rgba(205,224,117,0.9);
    -moz-box-shadow: 0px 7px 3px -3px rgba(0,0,0,0.2), 0px -5px 3px rgba(205,224,117,0.9);
    cursor: pointer;
}
.form .entry_btn .entry span {
    display: block;
    font-size: 12px;
}


.form .entry_btn .entry a {
    color: #fff;
    width: 100%;
    display: inline-block;
}


@media only screen and (max-width: 768px) {
    .form .entry_btn .entry {
        max-width: 90%;
        font-size: 16px;
    }
}




/*------------------------------------------------------------
	#SECTIONS
------------------------------------------------------------*/
#sections {
    padding: 30px 0;
}
#sections section {
    padding: 50px 0;
    background: #f1f1f1;
}
#sections section:not(:last-child) {
    margin-bottom: 30px;
}
#sections section h2 {
    font-size: 32px;
    text-align: center;
    padding: 35px 0;
}
#sections section .inner div:first-of-type h2 {
    padding: 0 0 35px;
}
#sections section .notes {
    padding-top: 25px;
}

@media only screen and (max-width: 900px) {
    #sections section h2 {
        font-size: 26px;
    }
}

@media only screen and (max-width: 768px) {
    #sections section h2 {
        font-size: 20px;
    }
}



#worry_solve .worry_block .worry_items {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
#worry_solve .worry_block .worry_items li {
    text-align: center;
    flex: 1;
}
#worry_solve .worry_block .worry_items li figure img {
    width: 60%;
}
#worry_solve .worry_block .worry_items li figcaption {
    color: #207aca;
    font-size: 18px;
    line-height: 1.5;
    padding: 20px 0;
}
@media only screen and (max-width: 900px) {
    #worry_solve .worry_block .worry_items li figcaption {
        font-size: 14px;
    }
}

#worry_solve .solve_block .solve_items {
    display: flex;
}
#worry_solve .solve_block .solve_items li {
    position: relative;
}
#worry_solve .solve_block .solve_items li:before {
    content: "";
    display: block;
    z-index: 100;
}
/* #worry_solve .solve_block .solve_items li:nth-child(1):before {
    width: 69px;
    height: 110px;
    position: absolute;
    background: url(../images/koma_icon01.png) no-repeat;
    top: -13px;
    left: 11px;
}
#worry_solve .solve_block .solve_items li:nth-child(2):before {
    width: 58px;
    height: 109px;
    position: absolute;
    background: url(../images/koma_icon02.png) no-repeat;
    top: -13px;
    right: 7px;
}
#worry_solve .solve_block .solve_items li:nth-child(3):before {
    width: 62px;
    height: 93px;
    position: absolute;
    background: url(../images/koma_icon03.png) no-repeat;
    top: 5px;
    right: 18px;
} */
#worry_solve .solve_block .solve_items li {
    padding: 30px;
    background: #4e8ec8;
    flex: 1;
    border-radius: 8px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}
#worry_solve .solve_block .solve_items li:not(:last-child) {
    margin-right: 12px;
}
#worry_solve .solve_block .solve_items li span {
    font-size: 22px;
    color: #fff;
}
@media only screen and (max-width: 900px) {
    #worry_solve .solve_block .solve_items li span {
        font-size: 16px;
        color: #fff;
    }
}

@media only screen and (max-width: 1100px) {
    #worry_solve .solve_block .solve_items li:nth-child(1):before {
        top: -13px;
        left: -10px;
    }
    #worry_solve .solve_block .solve_items li:nth-child(2):before {
        top: -30px;
        right: -20px;
    }
    #worry_solve .solve_block .solve_items li:nth-child(3):before {
        top: 5px;
        right: -10px;
    }
}
@media only screen and (max-width: 768px) {
    #worry_solve .worry_block {
        padding-bottom: 50px;
    }
    #worry_solve .worry_block .worry_items {
        flex-direction: column;
        align-items: center;
    }
    #worry_solve .worry_block .worry_items li {
        width: 100%;
    }
    #worry_solve .worry_block .worry_items li:not(:last-child) {
        padding-bottom: 10px;
    }
    #worry_solve .worry_block .worry_items li figure {
        display: flex;
        justify-content: flex-start;
        align-items: center;
    }

    #worry_solve .worry_block .worry_items li figcaption {
        text-align: left;
        padding-left: 20px;
    }
    #worry_solve .solve_block .solve_items {
        flex-direction: column;
    }
    #worry_solve .solve_block .solve_items li:not(:last-child) {
        margin-right: 0;
        margin-bottom: 20px;
    }
    #worry_solve .solve_block .solve_items li:nth-child(1):before {
        top: -13px;
        left: -10px;
    }
    #worry_solve .solve_block .solve_items li:nth-child(2):before {
        top: -30px;
        right: -20px;
    }
    #worry_solve .solve_block .solve_items li:nth-child(3):before {
        top: 5px;
        right: 20px;
    }
    #worry_solve .solve_block .solve_items li span {
        font-size: 18px;
    }
}


@media only screen and (max-width: 480px) {
    #worry_solve .worry_block .worry_items li figure img {
        width: 50%;
    }
    #worry_solve .worry_block .worry_items li figcaption {
        width: 50%;
    }
}

#contents .contents_block .contents_items {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
#contents .contents_block .contents_items li {
    flex: 1;
    text-align: center;
}
#contents .contents_block .contents_items li figure img {
    width: 80%;
}
#contents .contents_block .contents_items li figcaption {
    color: #207aca;
    font-size: 18px;
    line-height: 1.5;
    padding: 20px 0;
}

@media only screen and (max-width: 768px) {
    #contents .contents_block .contents_items {
        flex-wrap: wrap;
    }
    #contents .contents_block .contents_items li {
        width: 50%;
        flex: auto;
        padding: 5px;
    }
    #contents .contents_block .contents_items li figure img {
        width: auto;
    }
    #contents .contents_block .contents_items li figcaption {
        font-size: 16px;
        padding: 10px 0;
    }
}


#flow .flow_block .flow_items {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
#flow .flow_block .flow_items li {
    flex: 1;
    text-align: center;
}

#flow .flow_block .flow_items li {
    position: relative;
    display: inline-block;
    padding: 0 0 0 16px;
    color: #000;
    vertical-align: middle;
    text-decoration: none;
    font-size: 15px;
}
#flow .flow_block .flow_items li:not(:last-child):before,
#flow .flow_block .flow_items li:not(:last-child):after {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
    z-index: 100;
}
#flow .flow_block .flow_items li:not(:last-child):before {
    right: -32px;
    box-sizing: border-box;
    width: 0;
    height: 25px;
    border: 13px solid transparent;
    border-left: 18px solid #ee4b00;
}
#flow .flow_block .flow_items li:not(:last-child):after {
    right: -1px;
    width: 0;
    height: 12px;
    border-left: 8px solid #ee4b00;
}

@media only screen and (max-width: 768px) {
    #flow .flow_block .flow_items {
        flex-wrap: wrap;
    }
    #flow .flow_block .flow_items li {
        width: 50%;
        flex: auto;
        padding: 0;
    }
    #flow .flow_block .flow_items li:not(:last-child):before,
    #flow .flow_block .flow_items li:not(:last-child):after {
        display: none;
    }
    #flow .flow_block .flow_items li:nth-child(odd) {
        text-align: right;
    }
    #flow .flow_block .flow_items li:nth-child(even) {
        text-align: left;
    }
}


.summary {
    padding: 55px 0 70px;
    color: #000;
    font-size: 14px;
    background: #f0f5f3;
}
.summary h2 {
    font-size: 26px;
    text-align: center;
}
.summary dl {
    margin: 25px auto;
    display: flex;
    flex-wrap: wrap;
    border: 1px solid #e5eae8;
    background: #fff;
}
.summary dt {
    width: 18%;
    font-weight: bold;
    border-right: 1px solid #e5eae8;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.summary dd {
    width: 82%;
}
.summary dt,
.summary dd {
    padding: 25px;
}
.summary dt:not(:first-of-type),
.summary dd:not(:first-of-type) {
    border-top: 2px solid #e5eae8;
}

@media only screen and (max-width: 768px) {
    .summary h2 {
        font-size: 18px;
    }
    .summary dt,
    .summary dd {
        padding: 10px;
    }
    .summary dt {
        width: 30%;
    }
    .summary dd {
        width: 70%;
    }
}



.attention {
    color: #555;
    padding: 25px 0 0;
}
.attention h3,
.privacy_policy h3 {
    padding: 20px;
    background: #f1f1f1;
    font-size: 17px;
    text-align: center;
    font-weight: normal;
}
.attention h4 {
    padding: 30px 0 20px;
    font-size: 16px;
    font-weight: normal;
}
.attention .disc {
    font-size: 12px;
}
.attention .disc li {
    line-height: 2;
    margin-bottom: 0.5em;
}
.attention .area dt {
    font-size: 16px;
    padding: 30px 0 10px;
}
.attention .area dd {
    font-size: 12px;
    padding-left: 1em;
    line-height: 1.7;
}

@media only screen and (max-width: 768px) {
}




.privacy_policy {
    padding: 50px 0;
    font-size: 14px;
    line-height: 1.7;
}
.privacy_policy p {
    line-height: 1.7;
}
.privacy_policy .scroll {
    overflow-y: scroll;
    height: 300px;
    padding: 20px;
    border: 1px solid #f1f1f1;
}
.privacy_policy .headline h3 {
    font-size: 18px;
    text-align: center;
}
.privacy_policy .headline p {
    padding: 20px 0 30px;
}
.privacy_policy .text {
    padding: 10px 0;
}
.privacy_policy h4 {
    font-size: 16px;
    text-align: center;
    font-weight: normal;
}


.privacy_policy .text .li_article h5 {
    font-size: 15px;
    padding: 20px 0 10px;
}

.privacy_policy .text .li_number01,
.privacy_policy .text .li_number02 {
    counter-reset:number01;
}
.privacy_policy .text .li_number01 > dt {
    padding: 15px 0 5px
}
.privacy_policy .text .li_number01 > li {
    padding: 0 0 5px 0;
}
.privacy_policy .text .li_number01 > dt:before,
.privacy_policy .text .li_number01 li:before {
    counter-increment: number01;
    content: counters(number01,".") ". ";
}
.privacy_policy .text .li_number01 dd {
    padding-left: 1em;
}
.privacy_policy .text .li_number01 li {
    text-indent: -1em;
    padding-left: 1em;
}

.privacy_policy .text .li_number02,
.summary dd .li_number02 {
    counter-reset:number02;
}
.privacy_policy .text .li_number02 li:before,
.summary dd .li_number02 li:before {
    counter-increment: number02;
    content: "(" counters(number02,".") ")";
}
.privacy_policy .text .li_number02 li,
.summary dd .li_number02 li {
    text-indent: -2em;
    padding-left: 2em;
}
.privacy_policy .text .li_circle li {
    text-indent: -1em;
    padding-left: 1em;
}
.privacy_policy .text .li_circle li:before {
    content: "○";
}
.privacy_policy .text .li_number02 li .frame02 {
    text-indent: 0;
    padding-left: 1em;
    width: calc(100% - 2em);
}
.privacy_policy .frame01 {
    border: 1px solid #555;
    margin-bottom: 1em;
}
.privacy_policy .frame01 th,
.privacy_policy .frame01 td {
    border: 1px solid #555;
    text-indent: 0;
    padding: 3px 10px;
    width: 50%;
}
.privacy_policy .frame01 th {
    text-align: center;
}

.privacy_policy .frame02 {
    border: 1px #555 dotted;
    text-indent: 0;
    padding: 10px;
    width: 50%;
    margin-bottom: 10px;
}
.privacy_policy .frame02:before {
    display: none;
}
.privacy_policy .privacy_centre {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.privacy_policy .privacy_centre dt {
    width: 100%;
}
.privacy_policy .privacy_centre .frame02 {
    width: 49.5%;
    word-break: break-all;
}
.privacy_policy .frame02.wide,
.privacy_policy .privacy_centre .frame02.wide {
    width: calc(100% - 2em);
    padding-left: 1em;
    text-indent: 0;
}


@media only screen and (max-width: 768px) {
    .privacy_policy .text .li_number02 li,
    .summary dd .li_number02 li {
        text-indent: -1em;
        padding-left: 1em;
    }
    .privacy_policy .frame02,
    .privacy_policy .privacy_centre .frame02 {
        width: 100%;
    }
    .privacy_policy .text .li_number02 li .frame02 {
        width: calc(100% + 2em);
        margin-left: -2em;
    }
}



.privacy_policy .dl_period {
    display: flex;
}
.privacy_policy .dl_period dt {
    width: 5em;
}
.privacy_policy .text .li_number01 .dl_period dd {
    width: calc(100% - 5em);
    padding-left: 0;
}
.privacy_policy .dl_period dd li:before {
    display: none;
}


.regulation .frame01 th,
.regulation .frame01 td {
    border: 1px solid #555;
    text-indent: 0;
    padding: 3px 10px;
    width: initial;
}

.print{
    text-align: right;
    padding-top: 0.5em;
}

.info_add {
    padding-top: 2em;
}



@media only screen and (max-width: 768px) {
    .privacy_policy .dl_period {
        display: flex;
        flex-direction: column;
    }
    .privacy_policy .dl_period dt {
        width: 100%;
    }
    .privacy_policy .text .li_number01 .dl_period dd {
        width: 100%;
        padding-left: 0;
    }
}



.privacy_policy .text02 {
    border-top: 1px solid #f1f1f1;
    margin-top: 3em;
    padding-top: 3em;
}

.privacy_policy .thats_all {
    text-align: right;
}


.check_area {
    text-align: center;
    font-size: 18px;
    padding-bottom: 50px;
}

.check_area .text {
    font-size: 15px;
    margin-top: 2rem;
    line-height: 1.5;
}
@media only screen and (max-width: 768px) {
    .check_area .hide-small{
        display:none;
    }
}

.next_form {
    display: none;
}

input[type=checkbox] {
    position: relative;
    margin: 0 20px 0 0;
}
input[type=checkbox]:before {
    position: absolute;
    z-index: 1;
    top:10%;
    left: 65%;
    width: 7px;
    height: 3px;
    content: "";
    transform:rotate(-45deg) scale(0, 0);
    border: 2px solid #fff;
    border-top-style: none;
    border-right-style: none;
    transition: 0.2s;
}
input[type=checkbox]:checked:before {
    transform:rotate(-45deg) scale(2, 2);
}
input[type=checkbox]:after {
	position: absolute;
	bottom: -6px;
	left: 0;
	width: 2em;
	height: 2em;
	content: '';
	cursor: pointer;
    background: #ffffff;
    border: #9e9d9d 1px solid;
    border-radius: 5px;
}
input[type=checkbox]:checked:after {
    background: #4eb3d3;
    border: none;
}


.form.last {
    padding: 40px 0 50px;
}
.last_form {
    display: flex;
    justify-content: space-between;
}
.last_form .entry_block {
    width: 48%;
}

.last_form .entry_block .entry_box .entry_btn .entry {
    width: 100%;
    max-width: 308px;
}
.last_form .entry_block .entry_box .entry_case {
    display: block;
    padding: 10px 0 15px;
    font-size: 13px;
}


.last_form .entry_block .entry_box .lead{
    font-size:15px;
    padding-bottom:10px;
}
@media only screen and (max-width: 900px) {
    .last_form .entry_block .entry_box .lead{
        font-size:13px;
    }
}
@media only screen and (max-width: 950px) {
    .last_form .entry_block .entry_box .entry_btn .entry {
        font-size: 16px;
    }
    .last_form .entry_block .entry_box .entry_case {
        font-size: 12px;
    }
}
@media only screen and (max-width: 768px) {
    .last_form {
        flex-direction: column;
    }
    .last_form .entry_block {
        width: 100%;
        margin-bottom: 20px;
    }
}

/*------------------------------------------------------------
	FOOTER
------------------------------------------------------------*/
footer {
    text-align: center;
    border-top: #dedede 1px solid;
    padding: 40px 0 50px;
}



@media only screen and (max-width: 768px) {
}





/*------------------------------------------------------------
	display
------------------------------------------------------------*/
.sp {display: none !important;}
@media only screen and (max-width: 768px){
    .pc {display: none !important;}
    .sp {display: block !important;}
}

