
/* http://meyerweb.com/eric/tools/css/reset/
v2.0 | 20110126
License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
margin: 0;
padding: 0;
border: 0;
/* font-size: 100%; */
/* font: inherit; */
vertical-align: baseline;
/* font-weight:400; */
}
/* HTML5 display-role reset for older browsers */

* {
    box-sizing: border-box;
    line-height:1.5em;
}
html{
    font-size: 16px;
    font-size: 100%;
    /* font-size: 1vw; */
    /* font-size:14.93333333333333px; */
}
@media (max-width: 600px) {
    html{
        /* font-size: 14px; */
        font-size: 1vw;
        /* font-size: 3.7498px; */
    }
}
p{
    letter-spacing: 0;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
display: block;
}
body{
    line-height:1.25em;
    /* font-size:16px; */
    font-size: 62.5%;
    font-family: 'Noto sans JP', sans-serif;
    /* font-family: "Yu Gothic Medium","游ゴシック Medium","游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Noto Sans JP", "Roboto","メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif ; */
    /* font-family: "Hiragino Sans", "ヒラギノ角ゴシック", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif; */
    /* font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN", "メイリオ", Meiryo, sans-serif; */

    font-weight:500;
    font-feature-settings: normal;
    color:#4A4A4A;
    /* min-width:1000px; */
    /* min-width:1300px; */
    font-feature-settings: "palt";
    /* background-color:#F8F8F8; */
    /* background-color:#F6FFF2; */
}
@media (max-width: 600px) {
    body{
        font-size:14px;
        min-width:100%;
    }
}
ol,ul {
    list-style: none;
    margin:0;
    padding:0;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}

input:focus,
textarea:focus{
    outline: none;
}

img{
    max-width:100%;
    -webkit-backface-visibility: hidden;
}

.pc{
    display:block;
}
@media (max-width: 600px) {
    .pc{
        display:none;
    }
}
.sp{
    display:none;
}
@media (max-width: 600px) {
    .sp{
        display:block;
    }
}
a{
    text-decoration: none;
}
a {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
@media (max-width: 600px) {
    a{
        -webkit-tap-highlight-color: rgba(0,0,0,0);
    }
}
a:hover,
input[type="submit"]:hover {
    opacity: 0.6;
}
a:hover img{
}
/* a:focus, */
button:focus{
    border:none;
    outline: none;
}

area{
    border:none;
    outline:none;
}

.site-content{
    /* padding-top:100px; */
    min-height:calc(100vh - 204px - 370px);
    /* min-height:100vh; */
    /* background-color:#FFF; */
}

@media (max-width: 600px) {
    .site-content{
        min-height:0;
    }
}


html.is-fixed, html.is-fixed body {
    /* height: 100%; */
    overflow: hidden;
}
h3,h4{
    font-weight:normal;
}
pre{
    /* Mozilla */
    white-space: -moz-pre-wrap;
    /* Opera 4-6 */
    white-space: -pre-wrap;
    /* Opera 7 */
    white-space: -o-pre-wrap;
    /* CSS3 */
    white-space: pre-wrap;
    /* IE 5.5+ */
    word-wrap: break-word;
}

/************************************************************/

.inner{
    max-width: 1040px;
    width:100%;
    margin:auto;
    padding:0 40px;
}
@media (max-width: 980px) {
    .inner{
        padding:0 24px;
    }
}
@media (max-width: 600px) {
    .inner{
        padding:0 24px;
    }
}
main{
    position:relative;
    overflow: hidden;
    /* padding-bottom:89px; */
}


/************************************************************/

.p_support{
    flex-direction: column;
    min-height: 100vh;
    display: flex;
    padding: 0;
}
header{
    background:#003450;
    padding:16px;
    display: flex;
    align-items: center;
    height: 72px;
}
header a{
    display: block;
}

#content{
    flex: 1 1 0%;
 }
 .p_support_section{
    padding:168px 0 100px;
 }
@media (max-width: 600px) {
    .p_support_section{
        padding:80px 0 80px;
     }
}
 .p_support_section-content{
    max-width: 580px;
    width: 100%;
    margin: auto;
 }
 .p_support_section-content-text{
    margin-bottom:40px;
 }
@media (max-width: 600px) {
    .p_support_section-content-text{
        margin-bottom:20px;
    }
}
.p_support_section-content-text h2{
    /* font-family: 'Noto Sans'; */
    /* font-style: normal; */
    font-weight: 700;
    font-size: 24px;
    line-height: 1.5em;
    color: #000000;
    margin-bottom:16px;
}
@media (max-width: 600px) {
    .p_support_section-content-text h2{
        font-size: 20px;
        margin-bottom:12px;
    }
}
 .p_support_section-content-text p{
    font-weight: 400;
    font-size: 16px;
    line-height: 2em;
    color: #000000;
 }
@media (max-width: 600px) {
    .p_support_section-content-text p{
        font-size: 16px;
     }
}
.p_support_section-content-btn{

}
.p_support_section-content-btn a{
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 540px;
    width: 100%;
    height: 38px;
    background: #F20C5B;
    border-radius: 24px;
    font-weight: 600;
    font-size: 16px;
    line-height: 1.5em;
    color: #FFFFFF;
}
@media (max-width: 600px) {
    .p_support_section-content-btn a{
        width: 100%;
        max-width: 335px;
        height: 30px;
        border-radius: 24px;
        font-size: 16px;
    }
}
footer	{
    display: flex;
    padding:16px;
    justify-content: space-between;
    background-color: rgb(0, 0, 0);
}
@media (max-width: 600px) {
    footer	{
        flex-direction: column;
        padding:16px 16px;
        gap:28px;
    }
}
.footer_block{
    display: flex;
    gap: 16px;
}
@media (max-width: 600px) {
    .footer_block{
        flex-direction: column;
        gap: 12px;
    }
}
.footer_block a{
    display: block;
    color: #FFF;
    font-size: 16px;
}
@media (max-width: 600px) {
    .footer_block a{
        font-size: 16px;
    }
}
.footer_block a:hover{
    text-decoration: underline;
    opacity: 1;
}
.footer_block p{
    display: block;
    color: #FFF;
    font-size: 16px;
}
@media (max-width: 600px) {
    .footer_block p{
        text-align: center;
        font-size: 16px;
    }
}
/**************************************************************/

.p_support_section-form{

}
.p_support_section-form .mktoForm{
    width: 100% !important;
    display: flex;
    flex-direction: column;
    /* gap:20px; */
}
@media (max-width: 600px) {
    .p_support_section-form .mktoForm{
        padding: 0 !important;
    }
}
.p_support_section-form .mktoForm > *:last-child{
    margin-bottom:0px;
}
.p_support_section-form .mktoFormRow{
    display: flex;
    /* flex-wrap: wrap; */
    gap:20px 40px;
    margin-bottom:20px;
}
@media (max-width: 600px) {
    .p_support_section-form .mktoFormRow{
        flex-direction: column;
    }
}
.p_support_section-form .mktoFormCol{
    width: 100%;
    margin-bottom: 0 !important;
}
/* .p_support_section-form .mktoFormRow .mktoFormCol{
    width: calc(50% - 20px);
} */
.p_support_section-form .mktoFieldWrap{
    display: flex;
    flex-direction: column;
    gap: 8px;
    width: 100%;
}
.p_support_section-form .mktoLabel{
    font-weight: 400 !important;
    font-size: 16px;
    line-height: 1.5em;
    color: #0C0C0D;
    display:flex;
    flex-direction: row-reverse;
    gap: 4px;
    justify-content: flex-end;
    align-items: center;
}
.p_support_section-form .mktoLabel .mktoAsterix{
    float: unset;
}
.p_support_section-form .mktoGutter,
.p_support_section-form .mktoClear,
.p_support_section-form .mktoOffset{
    display: none;
}
.p_support_section-form input[type="text"].mktoField,
.p_support_section-form input[type="email"].mktoField{
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding: 0px 8px;
    gap: 10px;
    width: 100% !important;
    height: 50px;
    background: #FFFFFF;
    border: 1px solid #626263;
    border-radius: 8px;
}
@media (max-width: 600px) {
    .p_support_section-form input[type="text"].mktoField,
    .p_support_section-form input[type="email"].mktoField{
        height: 42px;
    }
}
.p_support_section-form textarea.mktoField{
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding: 0px 8px;
    gap: 10px;
    width: 100% !important;
    background: #FFFFFF;
    border: 1px solid #626263;
    border-radius: 8px;
    height:190px !important;
}
@media (max-width: 600px) {
    .p_support_section-form textarea.mktoField{
        height:160px !important;
    }
}
.p_support_section-form .mktoCheckboxList{
    font-size: 16px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
@media (max-width: 600px) {
    .p_support_section-form .mktoCheckboxList{
        flex-wrap: unset;
        padding: 0;
    }
}
.p_support_section-form .mktoCheckboxList a{
    color: #F20C5B;
}
.p_support_section-form .mktoButtonWrap{
    margin-left: 0 !important;
    display: block;
}
.p_support_section-form .mktoButton{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 8px 24px;
    gap: 8px;
    width: 156px;
    height: 41px;
    background: #F20C5B !important;
    border-radius: 24px;
    font-weight: 400;
    font-size: 18px !important;
    line-height: 1.5em;
    color: #FFFFFF;
    border: none !important;
}