
/* 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; */
}

@media (max-width: 600px) {
    main{
        overflow: hidden;
    }
}


/************************************************************/

header{
    padding:24px 0;
}
@media (max-width: 600px) {
    header{
        padding:10px 0;
    }
}
.p_header_content{
    display:flex;
    padding:0 24px;
    justify-content:space-between;
    align-items:center;
    gap:24px;
}
@media (max-width: 600px) {
    .p_header_content{
        padding:0 8px;
        justify-content:space-between;
        gap:24px;
    }
}
.p_header_content_logo{
    padding:19px 24px;
}
@media (max-width: 1280px) {
    .p_header_content_logo{
        padding:19px 0;
    }
}
@media (max-width: 600px) {
    .p_header_content_logo{
        padding:0;
    }
}
.p_header_content_logo img{
    width:268.19px;
}
@media (max-width: 600px) {
    .p_header_content_logo img{
        width:90.62px;
    }
}
.p_header_content_navi{
    display:flex;
    align-items: center;
    gap:24px;
}
@media (max-width: 600px) {
    .p_header_content_navi{
        display:none;
    }
}
.p_header_content_navi nav{
    
}
.p_header_content_navi nav ul{
    display:flex;
    align-items: center;
    gap:16px;
}
@media (max-width: 1040px) {
    .p_header_content_navi nav ul{
        display:none;
    }
}
.p_header_content_navi nav ul li{
    
}
.p_header_content_navi nav ul li a{
    font-weight: 400;
    font-size: 16px;
    line-height: 1.35em;
    color: #000000;
}
.p_header_content_navi_buttons{
    display:flex;
    align-items: center;
    gap:8px;
}
.p_header_content_navi_button{
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 16px 40px;
    border-radius: 40px;
}
.p_header_content_navi_button.button_outline{
    width: 160px;
    height: 59px;
    border: 1px solid #F65D92;
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 1em;
    color: #F20C5B;
}
.p_header_content_navi_button.button_filled{
    width: 240px;
    height: 59px;
    border: 1px solid #F20C5B;
    background: #F20C5B;
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 1em;
    color: #FFF;
}

@media (max-width: 600px) {
    .p_header_content_navi{
        display:none;
    }
}


.p_header_content_hamburgerarea{
    display:none;
}
@media (max-width: 600px) {
    .p_header_content_hamburgerarea{
        display:block;
        position: relative;
        z-index: 99;
    }
}

.p_header_content_hamburger {
    display: flex;
    cursor: pointer;
    text-align: center;
    z-index: 999;
    align-items: center;
    justify-content: center;
    right: 0px;
    top: 0px;
    width: 24px;
    height: 24px;
    margin: auto;
    /* border:1px solid #1F1F1F; */
}

.p_header_content_hamburger.active {
    background-color: transparent;
    /* border:1px solid #949597;
    border-radius:50%; */
}

.p_header_content_hamburger_block {
    position: relative;
    width: 16px;
    display: block;
}
.p_header_content_hamburger.active .p_header_content_hamburger_block{
    border:1px solid #949597;
    border-radius:50%;
    height:16px;
    display: block;
    align-items: center;
    justify-content: center;
}

.p_header_content_hamburger_block span {
    display: block;
    position: absolute;
    width: 16px;
    height: 1px;
    border-radius: 8px;
    background: #1F1F1F;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    /* transform:translateX(-50%) translateY(-50%); */
}


.p_header_content_hamburger.active .p_header_content_hamburger_block span {
    /* width: 23px;
    height: 2px; */
    width: 10px;
    height:1px;
}

.p_header_content_hamburger_block span:nth-child(1) {
    top: -4px;
}

.p_header_content_hamburger.active .p_header_content_hamburger_block span:nth-child(1) {
    top: 6px;
    left: 2px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
    background-color: #949597;
}

.p_header_content_hamburger_block span:nth-child(2) {
    top: 0;
}

.p_header_content_hamburger_block span:nth-child(3) {
    top: 4px;
}

.p_header_content_hamburger.active .p_header_content_hamburger_block span:nth-child(3) {
    top: 6px;
    left: 2px;
    -webkit-transform: rotate(45deg);
    -moz-transform:rotate(45deg);
    transform: rotate(45deg);
    background-color: #949597;
}

.p_header_content_hamburger.active .p_header_content_hamburger_block span:nth-child(2) {
    opacity: 0;
}



/************************************************************/

.nav-wrapper {
    /* display: none; */
    -webkit-transition: 0.5s all ease-in-out;
    -moz-transition: 0.5s all ease-in-out;
    transition: 0.5s all ease-in-out;
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 98;
    background-color: #FFF;
    transform: translateX(100%);
    background: transparent;
    background-color: rgba(0, 0, 0,0.75);
    /* width: auto; */
}

.nav-wrapper.active {
    /* display: block; */
    /* transform: translateX(0); */
}
@media (max-width:1000px) {
    .nav-wrapper.active {
        display: block;
        transform: translateX(0);
    }
}
.header-nav {
    /* display:none !important; */
    display: block !important;
    width: 100%;
    max-width: 263px;
    /* max-height: 983px; */
    height: 100%;
    z-index: 9;
    overflow: auto;
    background-color: #FFFFFF;
    margin: auto;
    margin-right: 0;
    padding: 68px 0 68px;
    z-index: 999999;
}
  
.header-inner {
    width: 100%;
    position: relative;
    margin: auto;
    height: 100%;
    overflow: auto;
    padding: 0 16px 0;
}
.header-nav1-contents{
       
}
.header-nav1-logo{
    padding:24px 0;
    margin-bottom:16px;
    text-align: center;
}
.header-nav1-logo img{
    width:135.93px;
}
.header-nav1-btnarea{
    margin-bottom:16px;
    display:flex;
    flex-direction: column;
    gap:16px;
}
.header-nav1-btn{
    
}
.header-nav1-btn a{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 231px;
    height: 38px;
    border-radius: 40px;
}
.header-nav1-btn.header-nav1-btn01 a{
    border: 1px solid #F65D92;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 1em;
    color: #F20C5B;

}
.header-nav1-btn.header-nav1-btn02 a{
    background: #F20C5B;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 1em;
    color: #FFFFFF;
}
.header-nav1-contents ul{
    display:flex;
    flex-direction:column;
    gap:24px;
    padding:24px 16px;
}
.header-nav1-contents ul li{
    
}
.header-nav1-contents ul li a{
    display: block;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5em;
    color: #000000;
}

/************************************************************/
 
footer{
    padding:24px 0;
    background-color:#000;
}
@media (max-width: 600px) {
    footer{
        padding:24px 0;
    }
}
/* .lp_footer{
    padding:0px 40px;
}
@media (max-width: 600px) {
    .lp_footer{
        padding:0px 24px;
    }
} */
.lp_footer-content{
    display:flex;
    gap:40px;
    align-items: center;
    margin-bottom:32px;
    justify-content: space-between;
}
@media (max-width: 600px) {
    .lp_footer-content{
        gap:40px;
        margin-bottom:20px;
        flex-direction: column;
    }
}
.lp_footer-content-logo{

}
.lp_footer-content-logo img{
    width:289.23px;
}
@media (max-width: 600px) {
    .lp_footer-content-logo img{
        width:289.23px;
    }
}
.lp_footer-content-textblock{
    display:flex;
    gap:24px;
    align-items: center;
}
@media (max-width: 600px) {
    .lp_footer-content-textblock{
        width: 100%;
        flex-direction: column;
        gap:24px;
        align-items: flex-start;
    }
}
.lp_footer-content-logo2{
    display:flex;
    gap:24px;
    align-items: center;
}
@media (max-width: 600px) {
    .lp_footer-content-logo2{
        gap:24px;
        width: 100%;
        justify-content: center;
    }
}
.lp_footer-content-logo2_1{
    
}
.lp_footer-content-logo2_1 img{
    width: 164px;
}
@media (max-width: 600px) {
    .lp_footer-content-logo2_1 img{
        width: 164px;
    }
}
.lp_footer-content-logo2_2{

}
.lp_footer-content-logo2_2 img{
    width:80px;
}
@media (max-width: 600px) {
    .lp_footer-content-logo2_2 img{
        width:80px;
    }
}
.lp_footer-content-textblock p{
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.75em;
    color: #FFFFFF;
}
@media (max-width: 600px) {
    .lp_footer-content-textblock p{
        font-size: 16px;
        text-align: left;
    }
}
.lp_footer-navi{

}
.lp_footer-navi ul{
    display:flex;
    gap:54px;
    justify-content: center;
}
@media (max-width: 600px) {
    .lp_footer-navi ul{
        gap:4px;
        justify-content: center;
        align-items: flex-start;
        flex-direction: column;
    }
}
.lp_footer-navi ul li{

}
.lp_footer-navi ul li a{
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.75em;
    color: #FFFFFF;
}
@media (max-width: 600px) {
    .lp_footer-navi ul li a{
        font-size: 16px;
    }
}

/***********************************************************/


.p_manual_kv{
    background-color:#003450;
    padding:64px 0;
}
@media (max-width: 600px) {
    .p_manual_kv{
        padding:24px 0;
    }
}

.p_manual_kv-content{

}
.p_manual_kv-content h1{
    font-weight: 700;
    font-size: 36px;
    line-height: 1.5em;
    color: #FFFFFF;
}
@media (max-width: 600px) {
    .p_manual_kv-content h1{
        font-size: 20px;
        text-align:center;
    }
}

.p_manual_bread{
    padding:32px 0;
}
@media (max-width: 600px) {
    .p_manual_bread{
        padding:16px 0;
    }
}
.p_manual_bread-content{

}
.p_manual_bread-content ul{
    display:flex;
    flex-wrap:wrap;
    gap:20px;
}
@media (max-width: 600px) {
    .p_manual_bread-content ul{
        gap:12px 16px;
    }
}
.p_manual_bread-content ul li{
    padding-left:12px;
    position:relative;
}
@media (max-width: 600px) {
    .p_manual_bread-content ul li{
        padding-left:12px;
    }
}
.p_manual_bread-content ul li:before{
    position:absolute;
    background-image:url(../img/ico_arrow.svg);
    background-size:100%;
    background-repeat: no-repeat;
    background-position: center;
    width:4px;
    height:8px;
    content:"";
    top:50%;
    left:0;
    transform:translateY(-50%);
}
@media (max-width: 600px) {
    .p_manual_bread-content ul li:before{
        width:4px;
        height:8px;
    }
}
.p_manual_bread-content ul li a,
.p_manual_bread-content ul li span{
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5em;
    color: #000000;
}
@media (max-width: 600px) {
    .p_manual_bread-content ul li a,
    .p_manual_bread-content ul li span{
        font-size: 14px;
    }
}
.p_manual_main{
    padding:20px 0 180px;
}
@media (max-width: 600px) {
    .p_manual_main{
        padding:20px 0 80px;
    }
}
.p_manual_maincontent{
    display:flex;
    gap:40px;
    /* overflow: visible; */
    align-items: flex-start;
}
@media (max-width: 600px) {
    .p_manual_maincontent{
        flex-direction: column;
        align-items: center;
        gap:40px;
    }
}
.p_manual_side{
    width:272px;
    position: sticky;
    left: 0;
    top: 40px;
    /* height: 100vh; */
}
@media (max-width: 600px) {
    .p_manual_side{
        width:100%;
        position: static;
    }
}
.p_manual_side > ul{
    display:flex;
    flex-direction: column;
    gap:16px;
}
@media (max-width: 600px) {
    .p_manual_side > ul{
        gap:12px;
    }
}
.p_manual_side > ul > li{
    position:relative;
    padding-right:12px;
}
.p_manual_side > ul > li:before{
    position:absolute;
    content:"";
    background-image:url(../img/ico_arrow.svg);
    background-size:100%;
    background-repeat: no-repeat;
    background-position: center;
    width:4px;
    height:8px;
    top:12px;
    right:0;
    /* transform:rotate(90deg); */
}
@media (max-width: 600px) {
    .p_manual_side > ul > li:before{
        width:4px;
        height:8px;
        top:12px;
    }
}
.p_manual_side > ul > li.active:before{
    transform:rotate(90deg);
}
.p_manual_side > ul > li > a{
    font-weight: 700;
    font-size: 16px;
    line-height: 1.5em;
    color: #000000;
}
@media (max-width: 600px) {
    .p_manual_side > ul > li > a{
        font-size: 16px;
    }
}
.p_manual_side > ul > li ul{
    margin-top:12px;
    padding-left:24px;
    display:flex;
    flex-direction: column;
    gap:12px;
}
@media (max-width: 600px) {
    .p_manual_side > ul > li ul{
        margin-top:8px;
        padding-left:20px;
        gap:8px;
    }
}
.p_manual_side > ul > li ul li{
    
}

.p_manual_side > ul > li ul li a,
.p_manual_side > ul > li ul li span{
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5em;
    color: #000000;
}
@media (max-width: 600px) {
    .p_manual_side > ul > li ul li a,
    .p_manual_side > ul > li ul li span{
        font-size: 16px;
    }
}
.p_manual_body{
    width:calc(100% - 272px - 40px);
}
@media (max-width: 600px) {
    .p_manual_body{
        width:100%;
    }
}
.p_manual_body > *:last-child{
    margin-bottom:0;
}

.p_manual_section{
    margin-bottom:68px;
}
@media (max-width: 600px) {
    .p_manual_section{
        margin-bottom:68px;
    }
}
.p_manual_section-content{

}
.p_manual_section-content > *:last-child{
    margin-bottom:0;
}
.p_manual_section-midashi01{
    font-weight: 700;
    font-size: 36px;
    line-height: 1.5em;
    color: #000000;
    margin-bottom:20px;
}
@media (max-width: 600px) {
    .p_manual_section-midashi01{
        font-size: 36px;
        margin-bottom:20px;
    }
}
.p_manual_section-midashi02{
    font-weight: 700;
    font-size: 28px;
    line-height: 1.5em;
    color: #000000;
    margin-bottom:20px;
}
@media (max-width: 600px) {
    .p_manual_section-midashi02{
        font-size: 28px;
        margin-bottom:20px;
    }
}
.p_manual_section-midashi03{
    font-weight: 700;
    font-size: 20px;
    line-height: 1.5em;
    color: #000000;
    margin-bottom:20px;
}
@media (max-width: 600px) {
    .p_manual_section-midashi03{
        font-size: 20px;
        margin-bottom:20px;
    }
}
.p_manual_section-midashi04{
    font-weight: 700;
    font-size: 16px;
    line-height: 1.5em;
    color: #000000;
    margin-bottom:20px;
}
@media (max-width: 600px) {
    .p_manual_section-midashi04{
        font-size: 16px;
        margin-bottom:20px;
    }
}
.p_manual_section-text{
    font-weight: 400;
    font-size: 16px;
    line-height: 1.75em;
    color: #000000;
    margin-bottom:20px;
}
@media (max-width: 600px) {
    .p_manual_section-text{
        font-size: 16px;
        margin-bottom:20px;
    }
}
.p_manual_section-text:last-child{
    margin-bottom:0;
}
.p_manual_section-text-small{
    font-size: 14px;
}
@media (max-width: 600px) {
    .p_manual_section-text-small{
        font-size: 14px;
    }
}
.p_manual_section-text-btn{
    font-weight: 800;
}

.p_manual_section-block{
    margin-bottom:40px;
}
@media (max-width: 600px) {
    .p_manual_section-block{
        margin-bottom:40px;
    }
}
.p_manual_section-block > *:last-child{
    margin-bottom:0px;
}
.p_manual_section-image{
    margin-bottom:20px;
    text-align: center;
}
@media (max-width: 600px) {
    .p_manual_section-image{
        margin-bottom:20px;
    }
}
.p_manual_section-image img{
    width:auto;
    max-width:100%;
}
.p_manual_section-video{
    position: relative;
    padding-bottom: 56.25%; /* 16:9の比率（9 ÷ 16 = 0.5625） */
    height: 0;
    overflow: hidden;
    max-width: 100%;
    margin-bottom:20px;
}
@media (max-width: 600px) {
    .p_manual_section-video{
        margin-bottom:20px;
    }
}
.p_manual_section-video iframe,
.p_manual_section-video video{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.p_manual_section-2column{
    display:flex;
    gap:40px;
    margin-bottom:20px;
}
@media (max-width: 600px) {
    .p_manual_section-2column{
        gap:12px;
        margin-bottom:20px;
    }
}
.p_manual_section-2column.p_manual_section-2column-reverse{
    flex-direction:row-reverse;
}
.p_manual_section-2column > div:nth-child(1){
    width:calc(60% - 20px);
}
@media (max-width: 600px) {
    .p_manual_section-2column > div:nth-child(1){
        width:calc(60% - 6px);
    }
}
.p_manual_section-2column > div:nth-child(2){
    width:calc(40% - 20px);
}
@media (max-width: 600px) {
    .p_manual_section-2column > div:nth-child(2){
        width:calc(40% - 6px);
    }
}
.p_manual_section-list{
    margin-bottom:20px;
    list-style-type: none;
}
@media (max-width: 600px) {
    .p_manual_section-list{
        margin-bottom:20px;
    }
}
.p_manual_section-list > li{
    font-weight: 400;
    font-size: 16px;
    line-height: 1.75em;
    color: #000000;
    padding-left:1em;
    position:relative;
    margin-bottom:4px;
}
@media (max-width: 600px) {
    .p_manual_section-list > li{
        font-size: 16px;
    }
}
.p_manual_section-list > li:last-child{
    margin-bottom:0;
}
ul.p_manual_section-list > li:before{
    position:absolute;
    top:0;
    left:0;
    content:"・";
}
ol.p_manual_section-list{
    counter-reset: item;
}
ol.p_manual_section-list > li{
    padding-left:1.5em;
}
ol.p_manual_section-list > li:before{
    position:absolute;
    top:0;
    left:0;
    counter-increment: item;
    content: counter(item)'.';
}
ol.p_manual_section-list > li > *:last-child{
    margin-bottom:0;
}
.p_manual_section-list > li > ul{
    padding-left:0.5em;
}
.p_manual_section-faq{
    margin-bottom:20px;
    counter-reset: qanum;
}
@media (max-width: 600px) {
    .p_manual_section-faq{
        margin-bottom:20px;
    }
}
.p_manual_section-faq > *:last-child{
    margin-bottom:0px;
}
.p_manual_section-faq dl{
    margin-bottom:32px;
}
@media (max-width: 600px) {
    .p_manual_section-faq dl{
        margin-bottom:20px;
    }
}
.p_manual_section-faq dl dt{
    padding-left:2.5em;
    position:relative;
    margin-bottom:8px;
    font-weight:bold;
    font-size: 16px;
    line-height: 1.75em;
    color: #000000;
}
@media (max-width: 600px) {
    .p_manual_section-faq dl dt{
        font-size: 16px;
    }
}
.p_manual_section-faq dl dt:before{
    position:absolute;
    top:0;
    left:0;
    counter-increment: qanum;
    content: 'Q'counter(qanum)'.';
}
.p_manual_section-faq dl dd{
    padding-left:2.5em;
    position:relative;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.75em;
    color: #000000;
}
@media (max-width: 600px) {
    .p_manual_section-faq dl dd{
        font-size: 16px;
    }
}
.p_manual_section-faq dl dd:before{
    position:absolute;
    top:0;
    left:12px;
    content: 'A.';
}
@media (max-width: 600px) {
    .p_manual_section-faq dl dd:before{
        left:12px;
    }
}
.p_manual_section-table{
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5em;
    color: #000000;
    border-top:1px solid #000000;
    width:100%;
    margin-bottom:20px;
}
@media (max-width: 600px) {
    .p_manual_section-table{
        font-size: 16px;
        margin-bottom:20px;
    }
}
.p_manual_section-table thead{
    
}
.p_manual_section-table thead th{
    text-align: center;
    font-weight:700;
    padding:12px 20px;
    background-color:#ECEFF0;
    border-bottom:1px solid #000000;
    vertical-align: middle;
}
@media (max-width: 600px) {
    .p_manual_section-table thead th{
        padding:8px 8px;
        text-align: left;
    }
}
.p_manual_section-table thead td{
    text-align: center;
    font-weight:700;
    padding:12px 20px;
    border-bottom:1px solid #000000;
    vertical-align: middle;
}
@media (max-width: 600px) {
    .p_manual_section-table thead td{
        padding:8px 8px;
    }
}
.p_manual_section-table tbody{
    
}
.p_manual_section-table tbody th{
    padding:12px 20px;
    background-color:#ECEFF0;
    border-bottom:1px solid #000000;
    vertical-align: middle;
    font-weight: 400;
}
@media (max-width: 600px) {
    .p_manual_section-table tbody th{
        padding:8px 8px;
        text-align: left;
    }
}
.p_manual_section-table tbody td{
    padding:12px 20px;
    border-bottom:1px solid #000000;
    vertical-align: middle;
    font-weight: 400;
}
@media (max-width: 600px) {
    .p_manual_section-table tbody td{
        padding:8px 8px;
    }
}
.p_manual_section-table tbody th.p_manual_section-table-center,
.p_manual_section-table tbody td.p_manual_section-table-center{
    text-align: center;
}


.p_manual_section a{
    text-decoration: underline;
    color:#000;
}
.p_manual_section a[target="_blank"]{
    position:relative;
    padding-right:32px;
}
@media (max-width: 600px) {
    .p_manual_section a[target="_blank"]{
        padding-right:32px;
    }
}
.p_manual_section a[target="_blank"]:before{
    position:absolute;
    content:"";
    top:55%;
    right:0;
    width:24px;
    height:24px;
    background-image:url(../img/ico_target.svg);
    background-position: center;
    background-size: 100%;
    background-repeat: no-repeat;
    transform:translateY(-50%);
}
@media (max-width: 600px) {
    .p_manual_section a[target="_blank"]:before{
        top:55%;
        width:24px;
        height:24px;
    }
}
.p_manual_section-linklist{
    display:flex;
    flex-wrap:wrap;
    gap:20px 40px;
}
@media (max-width: 600px) {
    .p_manual_section-linklist{
        gap:20px 20px;
    }
}
/***********************************************************/
