    /*----------------------------------------------------------------------------レスポンシブCSS-------------------------------------------------------------------------------------------------------------------------------------*/
    /*--------スマホ--------*/
    /*--------ヘッダー--------*/
    .pcheader {
        display: none;
    }
    .spheader_logo_wrap {
        width: 188px;
    }
    .spheader_logo {
        font-size: 0;
    }
    .spheader_logo a {
        display: inline-block;
    }
    .spheader_flex {
        align-items: center;
        padding: 0 0 0 20px;
    }
    .spheader_loginbtn {
        width: 77px;
    }
    .spheader_loginbtn > span {
        display: inline-block;
        background-color: #fff000;
        font-size: 12px;
        line-height: 20px;
        padding: 3px 10px;
        border-radius: 999px;
        font-weight: 600;
        cursor: pointer;
    }
    .spheader_right {
        position: relative;
        padding: 12px 55px 12px 0;
    }
    .spheader_ham {
        position: absolute;
        top: 0;
        right: 0;
        width: 50px;
        height: 50px;
        cursor: pointer;
        background: #FFF;
    }
    .spheader_ham > span {
        display: inline-block;
        width: 18px;
        height: 2px;
        border-radius: 999px;
        background: #000;
        position: absolute;
        left: 16px;
    }
    .spheader_ham > span:nth-child(1) {
        top: 17px;
    }
    .spheader_ham > span:nth-child(2) {
        top: 23px;
    }
    .spheader_ham > span:nth-child(3) {
        top: 29px;
    }
    .spheader_ham.spheader_ham_open > span:nth-child(1) {
        transform: rotate(45deg);
        top: 22px;
    }
    .spheader_ham.spheader_ham_open > span:nth-child(2) {
        display: none;
    }
    .spheader_ham.spheader_ham_open > span:nth-child(3) {
        transform: rotate(-45deg);
        top: 22px;
    }
    .spheader {
        border-bottom: 2px solid #f3f3f3;
        position: fixed;
        left: 0;
        top: 0;
        background: #FFF;
        z-index: 50;
        width: 100%;
    }
    .header_space {
        height: 50px;
    }
    .spmenu {
        position: fixed;
        left: 0;
        top: 52px;
        background: #FFF;
        width: 100%;
        transition: .1s;
        display: none;
    }
    .spmenu_signup_wrap {
        background: #f3f3f3;
        padding: 20px 25px;
        text-align: center;
    }
    .spmenu_signup > span {
        display: inline-block;
        width: 100%;
        background: #fff000;
        font-size: 14px;
        font-weight: 600;
        border-radius: 999px;
        padding: 12px 10px;
        cursor: pointer;
    }
    .spmenu_ul {
        padding: 0;
        list-style: none;
        margin: 0;
    }
    .spmenu_ul li {
        border-bottom: 5px solid #f3f3f3;
        position: relative;
    }
    .spmenu_ul li span {
        display: inline-block;
        padding: 18px 25px;
        width: 100%;
        font-size: 14px;
        font-weight: 600;
        cursor: pointer;
    }
    .spmenu_ul li::before {
        content: "";
        position: absolute;
    	top: 50%;
    	right: 25px;
    	transform: translateY(-50%);
    	-webkit-transform: translateY(-50%);
    	-ms-transform: translateY(-50%);
    	width: 5px;
    	height: 8px;
    	background-size: contain;
        background-position: center;
        background-repeat: no-repeat;
        background-image: url(../img/icon-arrowRight-black.svg);
    }
    .fx_btn {
        display: inline-block;
        width: 100%;
        max-width: 280px;
        font-weight: 600;
        font-size: 20px;
        border-radius: 999px;
        padding: 18px 10px;
        box-shadow: 0 0 20px rgba(0,0,0,.25);
        background: #FFF000;
        cursor: pointer;
        transition: .3s;
        position: fixed;
    	left: 50%;
    	bottom: 15px;
    	transform: translateX(-50%);
    	-webkit-transform: translateX(-50%);
    	-ms-transform: translateX(-50%);
    	z-index: 20;
    	text-align: center;
    }
    .fx_btn:hover {
        background: #FFF666;
    }
    .fx_btn.fx_btn_off {
        display: none!important;
    }
    .spcta_bg {
        background: rgba(0,0,0,.3);
	position: fixed;
        width: 100%;
        left: 0;
        bottom: 0;
        z-index: 99;
	padding: 50px 0;
    }
    .modallink {
        position: fixed;
    	top: 50%;
    	left: 50%;
    	transform: translate(-50%, -50%);
    	-webkit-transform: translate(-50%, -50%);
    	-ms-transform: translate(-50%, -50%);
    	width: calc(100% - 55px);
    	background: #FFF;
    	border-radius: 22px;
    	border: 1px solid #000;
    	z-index: 100;
    	padding: 22px 40px;
    	max-width: 360px;
    	display: none;
    }
    .modallink p {
        letter-spacing: 0;
    }
    .modallink_txt1 {
        font-weight: 600;
        font-size: 17px;
        margin-bottom: 10px;
    }
    .modallink_txt2 {
        font-size: 16px;
        font-weight: 500;
        margin-bottom: 10px;
    }
    .modallink_txt3 a {
        font-weight: 500;
        text-decoration: underline;
        color: #4F96F6;
        word-break: break-all;
    }
    .modallink.clicked {
        display: block;
    }
    .body_overlay {
        /*position: fixed;
        width: 100%;*/
        overflow: hidden;
        position: relative;
    }
    .body_overlay::before {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background: #000;
        opacity: .3;
        z-index: 99;
    }
    
    
    
    /*--------トップページ--------*/
    .cta_bg {
        background: rgba(0,0,0,.3);
    }
    .cta_wrap {
        padding: 20px 10px;
        text-align: center;
    }
    .cta_btn {
        display: inline-block;
        width: 100%;
        max-width: 280px;
        font-weight: 600;
        font-size: 20px;
        border-radius: 999px;
        padding: 18px 10px;
        box-shadow: 0 0 20px rgba(0,0,0,.25);
        background: #FFF000;
        cursor: pointer;
        transition: .3s;
    }
    .cta_btn:hover {
        background: #FFF666;
    }
    .cta_btn_wrap {
        opacity: 0;
    }
    .cta_btn_wrap_on {
        opacity: 1;
    }
    .mn_bg {
        background: #000;
        padding: 35.5px 0;
        text-align: center;
    }
    .mn_txt1 span {
        display: inline-block;
        color: #FFF;
        font-size: 14px;
        font-weight: 600;
        cursor: pointer;
    }
    .mn_txt1 span img {
        display: inline-block;
        margin: 0 0 3px 10px;
        vertical-align: middle;
    }
    .article_wrap {
        padding: 40px 0 0;
    }
    .pst_txt1 {
        font-size: 16px;
        line-height: 1.7;
        margin-bottom: 20px;
    }
    .pst_txt1_warning {
        margin: 0;
        padding-left: 3em;
        text-indent: -3em;
        width: 100%;
        font-size: 14px;
        line-height: 1.7;
        margin-bottom: 10px;
    }
    .pst_kv {
        font-size: 0;
        margin-bottom: 60px;
        text-align: center;
    }
    .pst_kv img {
        width: 600px;
    }
    .evidence_flexbox {
        border: 6px solid #F3F3F3;
        border-radius: 6px;
        text-align: center;
        margin: 0 auto 20px;
        padding: 24px;
        border-radius: 18px;
    }
    .evidence_img1 img {
        width: 200px;
    }
    .evidence_img1 {
        font-size: 0;
        margin-bottom: 30px;
    }
    .evidence_txt1 {
        font-weight: 600;
        font-size: 24px;
        margin-bottom: 16px;
    }
    .evidence_txt2 a {
        width: auto;
        display: flex;
        padding: 8px;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        border-radius: 100px;
        background: #000;
        color: #FFF;
        font-family: Montserrat;
        font-size: 15px;
        font-weight: 700;
        line-height: 170%;
        letter-spacing: 0.75px;
        margin-top: 10px;
    }
    .evidence_txt2 a:hover {
        opacity: 0.8;
    }
    .evidence_txt2 span {
        font-size: 12px;
        font-weight: 400;
        margin-left: 8px;
    }
    .evidence_txt3 {
        display: flex;
        flex-wrap: wrap;
        width: 100%;
        padding: 6px 0px;
    }
    .evidence_txt3 p{
        width: 32px;
        height: 32px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        border-radius: 100px;
        background: #000;
        color: #FFF;
        font-family: Montserrat;
        font-size: 15px;
        font-weight: 700;
        margin: 0px 4px;
    }
    .evidence_txt3 span{
        align-items: center;
        display: flex;
        margin: 0px 4px;
    }
    .evidence_wrap {
        padding-bottom: 24px;
    }
    .sec_flexbox {
        background-color: #F3F3F3;
        text-align: center;
        margin: 0 auto 20px;
        padding: 24px;
        border-radius: 18px;
        display: flex;
        flex-wrap: wrap;
        width: 100%;
        justify-content: space-between;
    }
    .sec_textbox {
        flex: auto;
        max-width: 100%;
    }
    .sec_img1 img {
        width: 200px;
        margin-top: 16px;
    }
    .sec_img1 {
        width: 100%;
        font-size: 0;
    }
    .sec_title {
        align-items: center;
        display: flex;
        width: 100%;
        margin-bottom: 16px;
    }
    .sec_title p {
        width: 46px;
        height: 40px;
        justify-content: center;
        align-items: center;
        display: flex;
        border-radius: 100px;
        background: #000;
        color: #FFF;
        font-family: Montserrat;
        font-size: 18px;
        font-weight: 700;
    }
    .sec_title span {
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        text-align: left;
        color: #000;
        font-size: 20px;
        font-weight: 700;
        padding-left: 8px;
    }
    .sec_txt {
        text-align: left;
        color: #000;
        font-size: 16px;
        margin-bottom: 16px;
    }
    .sec_list {
        padding: 0 0 0 30px;
        margin: 0;
    }
    .sec_list li {
        margin-bottom: 5px;
    }
    .sec_list li p {
        text-align: left;
        color: #000;
        font-size: 16px;
        font-weight: 600;
        line-height: 1.7;
    }
    .pst_lv1 {
        font-size: 28px;
        line-height: 1.7;
        margin-bottom: 16px;
        text-align: center;
    }
    .pst_lv2 {
        font-size: 22px;
        line-height: 1.7;
        margin-bottom: 16px;
    }
    .pst_div1 {
        margin-bottom: 60px;
    }
    .line-yellow {
        background: linear-gradient(transparent 60%, #FFF000 60%);
    }
    .pst_lv3 {
        font-size: 19px;
        line-height: 1.7;
        font-weight: 600;
        border-left: 4px solid #FFF000;
        padding: 10px 0 10px 14px;
        margin-bottom: 16px;
    }
    .pst_lv4 {
        font-size: 18px;
        line-height: 1.7;
        font-weight: 600;
        background-color: #F3F3F3;
        border-radius: 6px;
        padding: 6px 15px;
        margin-bottom: 16px;
    }
    .pst_lv5 {
        font-size: 18px;
        text-align: center;
        padding-top: 16px;
        margin-bottom: 16px;
    }
    .pst_lv5 span{
        font-size: 12px;
        margin: 8px;
    }
    .link {
        text-decoration: underline;
        color: #4F96F6;
    }
    @media screen and (max-width: 767px) {
        div.pccta_bg_fixed {
                display: none!important;
        }
    }
    
    .modallinkdouble {
    	max-width: 720px;
    }

    .square {
        background: #000;
        width: 60px;
        height: 6px;
        text-align: center;
        margin: 40px auto 40px;
    }
    .kakikataBox{
        display: flex;
        flex-direction: column-reverse;
        margin: 40px 0px;
    }
    .kakikataImg{
        width: 100%;
        height: auto;
        float: right;
        position: relative;
        -moz-box-sizing: border-box;
        -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
    }
    .kakikataImg img{
        width: 100%;
        height: auto;
        float: left;
        position: relative;
        -moz-box-sizing: border-box;
        -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
        border: #000 3px solid;
        margin-bottom: 24px;
    }
    .kakikataImg p{
        margin-top: 5px;
        font-size: 13px;
        width: 100%;
        height: auto;
        float: left;
        position: relative;
    }
    .kakikataText{
        width: 100%;
        height: auto;
        float: left;
        position: relative;
        -moz-box-sizing: border-box;
        -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
    }
    .kakikataText ul{
        width: 100%;
        height: auto;
        float: left;
        position: relative;
        -moz-box-sizing: border-box;
        -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
        list-style: none;
        margin: 0px;
        padding: 16px 0;
    }
    .kakikataText ul li{
        width: 100%;
        height: auto;
        float: left;
        position: relative;
        -moz-box-sizing: border-box;
        -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
        font-size: 16px;
        line-height: 1.6em;
        font-weight: bold;
        margin-bottom: 15px;
        list-style: none;
    }
    .kakikataText ul li span{
        font-size: 12px;
        line-height: 15px;
        padding: 4px 10px;
        display: inline-block;
        background-color: #fff000;
        margin-left: 10px;
        position: relative;
        top: -2px;
    }
    .hissu{
        font-size: 12px;
        line-height: 15px;
        padding: 4px 10px;
        display: inline-block;
        background-color: #fff000;
        margin-right: 5px;
        position: relative;
        top: -1px;
        font-weight: bold;
    }
    .warningBox p{
    margin: 0;
    color: #ff0000;
    font-weight: bold;
    padding-left: 1em;
    text-indent: -1em;
    font-size: 15px;
    width: 100%;
    }
    .clearfix{
        clear: both;
    }
    .bd{
        font-weight: bold;
    }
    span.ulYlw {
        background: rgba(0, 0, 0, 0) linear-gradient(transparent 70%, #FFEB3B 70%) repeat scroll 0 0px;
    }
    .lineBoxGrey{
        display: inline-block;
        justify-content: space-around;
        flex-grow: 0;
        box-sizing: border-box;
        margin-top: 10px;
        padding: 24px;
        border-radius: 18px;
        border: 6px solid #f3f3f3;
        margin-bottom: 40px;
    }
    .lineBoxGrey p.wTitleCenter {
        font-size: 18px;
        text-align: center;
        margin-bottom: 10px;
    }
    .lineBoxGrey p {
        font-size: 14px;
    }
    .lineBoxGrey.bottom {
        padding-top: 16px;
    }
    
    /*--------タブレット--------*/
    @media screen and (min-width: 768px) {
        /*--------ヘッダー--------*/
        .header_space {
            height: 0;
        }
        .spheader {
            display: none;
        }
        .pcheader {
            display: block;
            box-shadow: 0 6px 0 0 rgba(0, 0, 0, .05);
        }
        .pcheader_flex {
            align-items: center;
            margin: 0 auto;
            max-width: 920px;
            padding: 30px 0 24px;
        }
        .pcheader_logo_wrap {
            width: 281px;
        }
        .pcheader_logo {
            font-size: 0;
        }
        .pcheader_logo a {
            display: inline-block;
        }
        .pcheader_right {
            width: calc(100% - 281px);
            text-align: right;
            justify-content: flex-end;
            align-items: center;
        }
        .pcheader_right2 {
            width: 120px;
            margin-left: 37px;
        }
        .pcheader_loginbtn {
            display: inline-block;
            width: 100%;
            background: #FFF000;
            text-align: center;
            border-radius: 999px;
            font-weight: 600;
            font-size: 14px;
            padding: 7px 2px 7px;
            cursor: pointer;
        }
        .pcheader_btn {
            display: inline-block;
            font-size: 12px;
            font-weight: 500;
            vertical-align: middle;
            cursor: pointer;
        }
        .pcheader_btn:hover {
            text-decoration: underline;
        }
        .pcheader_btn1 img {
            display: inline-block;
            margin: 0 0 0 5px;
        }
        .pcheader_btn_space {
            display: inline-block;
            vertical-align: middle;
            width: 1px;
            height: 14px;
            background: #ccc;
            margin: 0 15px;
        }
        .fx_btn {
            font-size: 36px;
            padding: 45px 10px;
            max-width: 480px;
            line-height: 1;
            bottom: 30px;
            display: none!important;
        }
        .modallink {
            padding: 40px 60px;
        }
        
        
        
        /*--------トップページ--------*/
        .cta_wrap {
            padding: 60px 10px;
        }
        .cta_btn {
            font-size: 36px;
            padding: 48px 10px;
            max-width: 480px;
        }
        .mn_bg {
            padding: 49.5px 0;
        }
        .article_wrap {
            padding: 80px 0 0;
        }
        .pst_txt1 {
            margin-bottom: 40px;
            font-size: 17px;
        }
        .kakikataBox{
            display: flex;
            flex-direction: row;
        }
        .kakikataText{
            width: 55%;
            height: auto;
            float: left;
            position: relative;
            -moz-box-sizing: border-box;
            -o-box-sizing: border-box;
            -ms-box-sizing: border-box;
            box-sizing: border-box;
            padding-right: 40px;
        }
        .kakikataImg{
            width: 45%;
            margin: 0px;
        }
        .evidence_flexbox {
            width: 48%;
            margin: 0;
            padding: 24px 40px;
        }
        .evidence_txt2 a {
            font-size: 16px;
            padding: 8px 8px;
        }
        .sec_title p {
            width: 42px;
        }
        .sec_textbox {
            max-width: 70%;
        }
        .sec_txt {
            padding: 0 0 0 16px;
        }
        .sec_img1 {
            width: 200px;
            align-items: center;
            display: flex;
        }
        .sec_img1 img {
            margin-top: 0px;
        }
        .pst_lv1 {
            font-size: 36px;
        }
        .pst_lv2 {
            font-size: 24px;
        }
        .pst_lv3 {
            font-size: 20px;
        }
        .pst_lv4 {
            font-size: 24px;
        }
        .cta_bg {
            display: none!important;
        }
        .pccta_bg {
            background: rgba(0,0,0,.3);
            padding: 40px 0;
        }
        .pccta_flex {
            margin: 0 auto;
            max-width: 480px;
        }
        .pccta_signup {
            width: 280px;
            background: #FFF000;
            text-align: center;
            border-radius: 999px;
            box-shadow: 0 0 20px rgba(0,0,0,.25);
            cursor: pointer;
            font-weight: 600;
            font-size: 20px;
            padding: 15px;
            transition: .2s;
        }
        .pccta_signup:hover {
            background: #FFF666;
        }
        .pccta_login {
            width: 160px;
            background: #fff;
            text-align: center;
            border-radius: 999px;
            box-shadow: 0 0 20px rgba(0,0,0,.25);
            cursor: pointer;
            font-weight: 600;
            font-size: 20px;
            padding: 15px;
            transition: .2s;
        }
        .pccta_login:hover {
            background: #FFF666;
        }
        .pccta_bg_fixed {
            position: fixed;
            width: 100%;
            left: 0;
            bottom: 0;
            z-index: 99;
            /* background: none; */
        }
        .pccta_bg_bottom {
            height: 140px;
        }
        .modallinkdouble_pc .modallink_txt2 {
            text-align: center;
            margin-bottom: 33px;
        }
        .modallinkdouble_pc_btn {
            text-align: center;
            margin-bottom: 15px;
            margin-top: 30px;
        }
        .modallinkdouble_pc_btn a {
            display: inline-block;
            width: 100%;
            max-width: 277px;
            background: #FFF000;
            border-radius: 999px;
            font-weight: 600;
            padding: 8px 12px;
            font-size: 14px;
        }

        .square {
            margin: 60px auto 60px;
        }
        
    }
    
    
    
    
    
    /*--------PC--------*/
    @media screen and (min-width: 920px) {
        /*--------トップページ--------*/

        /* Aies追加 */
        .pchide {display: none !important;}
    }
