@charset "UTF-8";

@import url(http://fonts.googleapis.com/earlyaccess/notosansjp.css);
body {
    font-family: 'Noto Sans JP', sans-serif;
    overflow-x: hidden !important;
}

.inline_br {
    display: inline-block;
}
.font_bold {
    font-weight: bold;
}
.large110 {
    font-size: 110%;
}
.section_inner {
    max-width: 1200px;
    margin: auto;
}

.icon_svg {
    width: 40px;
}
.svg_b {
    filter: invert(15%) sepia(6%) saturate(6%) hue-rotate(312deg) brightness(110%) contrast(84%);
}
.svg_p {
    filter: invert(18%) sepia(93%) saturate(6218%) hue-rotate(330deg) brightness(84%) contrast(117%);
}


.header {
    background: url("../../images/bg_head.png") no-repeat;
    background-position: right top;
    background-size: 55%;
    transition: 0.3s;
    
    position: relative;
}

.logo {
    position: absolute;
    left: 2%;
    top: 20px;
}
.logo img {
    max-width: 605px;
    transition: 0.3s;
}

.header_img img {
    position: absolute;
    right: 4%;
    top: -90px;
    
    width: 54%;
    max-width: 882px;
}

.header_main {
    padding-top: 9%;
    padding-bottom: 7%;
    margin-left: 9.7%;
    
    transition: 0.3s;
}
.mainsub {
    display: inline-block;
    background: #393939;
    
    color: #fff;
    font-size: 1.4rem;
    font-weight: bold;
    padding: 3px 10px 4px;
    transition: 0.3s;

    margin-bottom: 40px;
}
.maincopy {
    margin-bottom: 80px;
}
.maincopy img {
    width: 36.5%;
    max-width: 604px;
    transition: 0.3s;
}

h1 {
    font-size: 14px;
}

h1 span {
    display: block;
    margin-top: 30px;
}

h1 img {
    width: 36.5%;
}

@media screen and (max-width: 1200px) {
    .section_inner {
        padding: 0 5%;
    }
    .mainsub {
        font-size: 18px;
    }

}
@media screen and (max-width: 999px) {
    .header_img img {
        position: absolute;
        right: 3%;
    }

}
@media screen and (max-width: 960px) {
    .header_main {
        margin-left: 3%;
    }
}
@media screen and (max-width: 768px) {

.xyz {
	padding-right: 0!important;
}
	
	
    .header {
        background-size: 70%;
    }
    .logo img {
        width: 150px;
    }    
    .header_main {
        margin-left: 0;
        padding: 96px 5%;
        text-align: center;
    }
    .mainsub {
        display: block;
        text-align: center;
    }
    .header_img {
        text-align: center;
    }
    .header_img img {
        position: relative;
        width: 80%;
        top: auto;
        right: auto;
        margin-bottom: 30px;
    }
    .maincopy {
        margin-bottom: 40px;
    }
    .maincopy img {
        width: 80%;
    }

    h1 img {
        width: 100%;
    }
}




h2 {
    font-size: 40px;
    font-weight: bold;
    color: #393939;
    
    padding: 80px 0;
    text-align: center;
}

h3 {
    font-size: 32px;
    font-weight: bold;
    color: #393939;
    margin-bottom: 40px;
}
.underline {
    margin-bottom: 5px;
    text-decoration: underline;
}

.lead {
    font-size: 18px;
    line-height: 1.8;
}

@media screen and (max-width: 768px) {
    h2 {
        font-size: 30px;
        padding: 40px 0;
    }
}


/* about */
.about {
    background: url("../../images/ttl_about.svg") no-repeat;
    background-position: center top 40px;
}
.about_box {
    margin-bottom: 70px;
}

.about_box_inner {
    max-width: 1200px;
    margin: auto;
}

.right_blank {
    background-image: linear-gradient(130deg, #fff4f5, #fdd3d9);
    border-top-right-radius: 250px;
    border-bottom-right-radius: 250px;
    margin-right: 5%;
    padding-left: 5%;
}
.left_blank {
    background-image: linear-gradient(270deg, #fff4f5, #fdd3d9);
    border-top-left-radius: 250px;
    border-bottom-left-radius: 250px;
    padding-right: 5%;
    margin-left: 5%;
}

.about_box_inner_text {
    padding: 120px 0 70px;
    width: 680px;
    position: relative;
}
.about_box_inner_text h3 {
    position: relative;
    z-index: 2;
}
.about_number {
    position: absolute;
    right: 0;
    top: 30px;
    
    color: #fff;
    font-size: 200px;
    font-weight: bold;
    line-height: 1;
    
    opacity: 0.5;
    z-index: 1;
}

.box-1 {
    background: url("../../images/about_01.png") no-repeat;
    background-position: right center;
    background-size: 45%;
}

.box-2 {
    background: url("../../images/about_02.png") no-repeat;
    background-position: left center;
    min-height: 560px;
    background-size: 39%;
}

.box-2 .about_box_inner_text {
    width: 45%;
    margin-left: 550px;
}

.box-3 {
    background: url("../../images/about_03.png") no-repeat;
    background-position: right center;
    background-size: 45%;
}


.box-3 .about_box_inner_text {
    padding: 120px 0 120px;
    width: 600px;
    position: relative;
}

.box-4 {
    background: url("../../images/about_04.png") no-repeat;
    background-position: left center;
    background-size: 45%;
}

.box-4 .about_box_inner_text {
    padding: 120px 0 140px;
    margin-left: 680px;
    width: 45%;
}

.att {
    font-size: 15px;
}

@media screen and (max-width: 1360px) { 
    .about_box_inner_text {
        width: 50% !important;
    }
    
    .box-2 .about_box_inner_text, .box-4 .about_box_inner_text {
        margin-left: 50%;
    }
}

@media screen and (max-width: 1000px) { 
    .about {
        background: url("../../images/ttl_about.svg") no-repeat;
        background-position: center top 0px;
        background-size: 90%;
    }
    
    .about_box_inner {
        position: relative;
    }
    
    .about_box_inner_text {
        width: 100% !important;
        position: static;
    }
    
    .about_box_inner_text h3 {
        font-size: 28px;
        line-height: 1.6;
        position: static;
        margin-bottom: 20px;
    }
    
    .about_box_inner_text p {
        font-size: 16px;
    }
    
    .about_number {
        position: absolute;
        right: 20px;
        top: 20px;

        font-size: 60px;
    }
    
    .right_blank {
        background-image: linear-gradient(90deg, #fff4f5, #fdd3d9);
        border-top-right-radius: 30px;
        border-bottom-right-radius: 30px;
        margin-right: 5%;
        padding-left: 5%;
    }
    .left_blank {
        background-image: linear-gradient(270deg, #fff4f5, #fdd3d9);
        border-top-left-radius: 30px;
        border-bottom-left-radius: 30px;
        padding-right: 5%;
        margin-left: 5%;
    }
    
    .box-1 {
        background: url("../../images/about_01.png") no-repeat;
        background-position: center top 40px;
        background-size: 70%;
        
        padding: 53% 0 40px;
    }
    .box-1 .about_box_inner_text {
        padding: 0 10% 0 5%;
    }
    
    .box-2 {
        background: url("../../images/about_02_sp.png") no-repeat;
        background-position: center top 40px;
        min-height: auto;
        background-size: 95%;
        
        padding: 50% 0 40px;
    }
    .box-2 .about_box_inner_text {
        padding: 0 5% 0 10%;
    }
    .box-2 .about_number {
        left: 20px;
    }
    
    .box-3 {
        background: url("../../images/about_03.png") no-repeat;
        background-position: center top 40px;
        background-size: 70%;
        
        padding: 53% 0 40px;
    }
    .box-3 .about_box_inner_text {
        padding: 0 10% 0 5%;
        position: static;
    }
    .box-3 .about_number {
        right: 20px;
    }

    .box-4 {
        background: url("../../images/about_04.png") no-repeat;
        background-position: center top 40px;
        background-size: 68%;
        
        padding: 61% 0 40px;
    }
    .box-4 .about_box_inner_text {
        padding: 0 5% 0 10%;
        position: static;
    }
    .box-4 .about_number {
        left: 20px;
    }

    .box-2 .about_box_inner_text, .box-4 .about_box_inner_text {
        margin-left: 0%;
    }


}

@media screen and (max-width: 640px) { 
    .about_box_inner_text h3 {
        font-size: 23px;
    }
    .box-1 {
        background: url("../../images/about_01.png") no-repeat;
        background-position: left 35% top 40px;
        background-size: 70%;
        
        padding: 53% 0 40px;
    }
    .box-2 {
        background: url("../../images/about_02_sp.png") no-repeat;
        background-position: right 3% top 40px;
        min-height: auto;
        background-size: 95%;
        
        padding: 50% 0 40px;
    }
    .box-3 {
        background: url("../../images/about_03.png") no-repeat;
        background-position: left 38% top 40px;
        background-size: 70%;
        
        padding: 53% 0 40px;
    }
    .box-4 {
        background: url("../../images/about_04.png") no-repeat;
        background-position: left 61% top 40px;
        background-size: 68%;
        
        padding: 63% 0 40px;
    }
    h3 span {
        display: inline-block;
    }
}

/* 動作環境 */
.available {
    background: #FCFAFA;
    padding: 0px 0 70px;
}

.available_list {
    display: flex;
    justify-content: space-between;
}
.available_list > div {
    width: 32%;
}

.logo_thumb {
    background: #fff;
    min-height: 180px;
    
    border-radius: 13px;
    box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.1);
    
    display: flex;
    align-items: center;
    justify-content: center;
}
.logo_thumb img {
    max-width: 80%; 
}
.available_text {
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    line-height: 2;
    margin-top: 20px;
}
.available_text p {
    display: inline-block;
    text-align: left;
}

@media screen and (max-width: 1100px) {
    .available_text {
        font-size: 16px;
    }
}

@media screen and (max-width: 968px) {
    .available_list {
        display: block;
    }
    .available_list > div {
        width: 100%;
        display: flex;
        align-items: center;
        margin-bottom: 30px;
    }
    .logo_thumb {
        width: 40%;
        margin-right: 30px;
    }
    .available_text {
        margin-top: 0;
    }
}

@media screen and (max-width: 768px) {
    .available_list {
        display: block;
    }
    .available_list > div {
        width: 100%;
        display: block;
        margin-bottom: 50px;
    }
    .logo_thumb {
        width: 100%;
        margin-right: 0px;
    }
    .available_text {
        margin-top: 20px;
    }


}


/* security */
.security {
    background: #FDE9E9;
    background-image: url("../../images/ttl_security.svg");
    background-repeat: no-repeat;
    background-position: center top;
    padding: 0 0 70px;
}

.sec_lead {
    max-width: 800px;
    margin: auto;
    text-align: center;
}
.sec_lead p {
    display: inline-block;
    text-align: left;
}

@media screen and (max-width: 1000px) {
    .security {
        background-image: url("../../images/ttl_security.svg");
        background-size: 96%;
        padding: 0 0 70px;
    }


}


/* qanda */
.qanda {
    background: #E6E6E6;
    padding-top: 50px;
}

.qanda .align_center {
    position: relative;
    z-index: 2;
}

.qanda img {
    max-width: 1047px;
    width: 100%;
    margin-bottom: 15px;
}

.qanda2 {
    background-color: #FDE9E9;
}
.qanda2 .section_inner {
    background: url("../../images/illust_02.png");
    background-repeat: no-repeat;
    background-position: right center;
    padding-bottom: 160px;
}
.qanda2::before {
    content: "";
    display: block;
    
    width: 70%;
    height: 100px;
    margin: auto;
    background: #E6E6E6;
    
    clip-path: polygon(0 0, 100% 0, 50% 100%);
}

.qanda2_txt {
    text-align: center;
    font-size: 24px;
    padding-top: 120px;
    background: url("../../images/fukudashi.svg");
    background-repeat: no-repeat;
    background-position: left top;
}
.underb {
    display: inline-block;
    font-weight: bold;
    color: #E50150;
    text-decoration: underline #E50150 4px;
    text-underline-offset: 4px;
    line-height: 1.8;
    margin: 10px 0 45px;
}

.borderb {
    display: inline-block;
    font-size: 20px;
    padding: 10px 20px;
    background: #fff;
    border: 4px solid #E50150;
    border-radius: 14px;
}
.borderb span {
    font-size: 24px;
    font-weight: bold;
}

.sp_fukidashi {
    display: none;
}

@media screen and (max-width: 1170px) {
    
    .qanda2 .section_inner {
        background: url("../../images/illust_02.png");
        background-repeat: no-repeat;
        background-position: right center;
        background-size: 20%;
    }

    .qanda2_txt {
        padding: 80px 23% 0;
        background: url("../../images/fukudashi.svg");
        background-repeat: no-repeat;
        background-size: 20%;
    }
    
    
    
}

@media screen and (max-width: 768px) {
    .qanda {
        padding-top: 20px;
        padding-bottom: 20px;
    }
    
    .qanda2::before {
        content: "";
        display: block;

        width: 40%;
        height: 40px;
    }
    
    .qanda2 .section_inner {
        background: url("../../images/illust_02.png");
        background-repeat: no-repeat;
        background-position: right 10px bottom;
        background-size: 20%;
        
        padding-bottom: 60px;
    }

    .qanda2_txt {
        padding: 20px 0% 0 0;
        background: none;
        text-align: left;
        
        font-size: 18px;
    }
    
    .sp_fukidashi {
        display: block;
        background: #fd91a1;
        padding: 15px;
        border-radius: 15px;
        
        color: #fff;
        font-size: 16px;
        font-weight: bold;

        line-height: 1;
        
        margin: 40px 0 0px;
    }
    .sp_fukidashi span {
        font-size: 120%;
    }
    .sp_fukidashi img {
        width: 30%;
        vertical-align: middle;
        margin: 0 10px;
    }
    
    .underb {
        margin-top: 0;
        text-decoration: underline #E50150 2px;
        text-underline-offset: 4px;
    }
    .borderb {
        font-size: 18px;
        border: 2px solid #E50150;
        margin-right: 25%;
    }


}


/* comparison */
.comparison {
    background: url("../../images/bg_comparison.png") no-repeat, url("../../images/bg_comparison2.png") no-repeat;
    background-position: right top, left bottom;
    padding-bottom: 100px;
}
.comparison h2 {
    font-size: 40px;
}
.comparison .large {
    font-size: 48px;
}
.comparison .color {
    color: #FD91A1;
}

.komidashi {
    display: inline-block;
    background: #393939;
    padding: 4px 15px;
    
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    
    margin-bottom: 8px;
}

.com_table {
    width: 100%;
}

.com_table, .com_table td, .com_table th {
    border-collapse: collapse;
}

.com_table th {
    background: #FDD2D7;
}

.com_table td {
    padding: 40px;
    background: #fff;
}

.tdwidth {
    width: 33%;
}

.td_logo {
    padding: 20px 0 !important;
    background: #fff;
}

.td_logo_left {
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.10);
}

.td_logo_right {
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    box-shadow: 0px -4px 10px 0px rgba(0, 0, 0, 0.10) !important;
}

.com_table tr td:last-child {
    box-shadow: 4px 0px 4px -2px rgba(0, 0, 0, 0.10);
}
.shadow_bottom {
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.10) !important;
}

.thwidth_1 {
    padding: 0 10px;
    border-right: 2px solid #EDEDED;
}

.komidasi2 {
    background: #fff;
    padding: 12px 6px;
    
    font-size: 16px;
    font-weight: bold;
    border-radius: 6px;
    writing-mode: vertical-rl;
}

.thwidth_2 {
    width: 28%;
}

.th2_ttl {
    text-align: left;
    padding: 40px;
}

.td_att {
    margin-top: 5px;
    display: inline-block;
    text-align: left;
}


.bb {
    border-bottom: 2px solid #EDEDED;
}

.br {
    border-right: 2px solid #EDEDED;
}

.bg_p {
    background: #FFF5F6 !important;
}

.br_lefttop {
    border-top-left-radius: 15px;
    border-bottom: 2px solid #EDEDED;
}
.br_leftbottom {
    border-bottom-left-radius: 15px;
}

.shadow_1 {
    box-shadow: -4px -4px 10px 0px rgba(0, 0, 0, 0.10);
}

.tableatt {
    display: none;
}

.sp_only {
    display: none;
}

@media screen and (max-width: 1200px) {
    .com_table th {
        padding: 20px;
    }

}

@media screen and (max-width: 1000px) {
    .sp_table {
        overflow-x: scroll;
        white-space: nowrap;

    }
    
    .tableatt {
        display: block;
        text-align: center;
        margin-top: -20px;
        padding-bottom: 40px;
    }
}

@media screen and (max-width: 768px) {
    .comparison h2 {
        font-size: 26px;
    }
    .comparison h2 .large {
        font-size: 30px;
    }
    .comparison h2 .db {
        display: block;
    }
    
    .com_table {
        font-size: 13px;
    }
    
    .com_table th {
        padding: 7px;
    }
    
    .com_table td {
        padding: 7px;
        background: #fff;
    }
    
    .komidashi, .komidasi2 {
        font-size: 13px;
    }
    .td_logo img {
        width: 70%;
    }
    
    .thwidth_1 {
        width: 10%;
    }
    
    .thwidth_2 {
        width: 15%;
    }
    
}
@media screen and (max-width: 480px) {
    
    .com_table {
        font-size: 12px;
    }
    .td_att {
        font-size: 11px;
    }
    
    .thwidth_1 {
        padding: 3px !important;
    }
    .thwidth_1 div {
        margin: auto;
    }
    
    .komidashi, .komidasi2 {
        font-size: 11px;
    }
    .komidashi {
        padding: 4px 8px;
    }
    .komidasi2 {
        white-space: pre;
    }
    
    .pc_only {
        display: none;
    }
    .sp_only {
        display: block;
    }
    
    
}


/* access */
.access {
    background-image: linear-gradient(130deg, #FDF1ED, #FDE5E8);
    padding-bottom: 100px;
}
.access h2 {
    font-size: 40px;
}
.access .large {
    font-size: 48px;
}
.access .color {
    color: #E50050;
}

.acces_flow {
    display: flex;
    justify-content: space-between;
}

.login {
    width: 45%;
    
    background: #fff;
    padding: 45px 25px 70px;
    
    border-radius: 15px;
    box-shadow: 0px 0px 15px -5px #777777;
}
.login_ttl {
    font-size: 37px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 50px;
}
.login_ttl img {
    width: 80%;
}
.login > img {
    width: 100%;
}
.login p {
    margin-top: 40px;
    text-indent: -1em;
    padding-left: 1em;
}

.acces_left {
    width: 55%;
    padding-top: 60px;
}

.acces_flow_left_wrap {
    background: url("../../images/arrow.svg");
    background-repeat: no-repeat;
    background-position: right 15px center;
}

.acces_flow_left {
    width: calc(100% - 110px);
    
    background: #fff;
    padding: 45px 30px 70px;
    
    border-radius: 15px;
    box-shadow: 0px 0px 15px -5px #777777;
}

.acces_flow_left a:hover {
    opacity: 0.7;
    transition: 0.3s;
}

.access_logo {
    text-align: center;
    margin-top: -17%;
}
.access_logo div {
    display: inline-block;
    font-size: 30px;
    font-weight: bold;
}
.access_logo div img {
    width: 80%;
    vertical-align: bottom;
    margin-right: 10px;
}

.acces_flow_left p {
    margin-top: 40px;
    font-size: 18px;
}

.acces_left > div:nth-child(2) {
    margin-top: 140px;
}

.sp_flow {
    display: none;
}

@media screen and (max-width: 1200px) {
    .access h2 {
        font-size: 26px;
    }
    .access .large {
        font-size: 30px;
    }
    .login_ttl {
        font-size: 20px;
    }
    
    .access_logo {
        margin-top: 0;
    }
    .access_logo div {
        font-size: 20px;
    }
    
    .access_logo div img {
        width: 70%;
        vertical-align: bottom;
    }
    
    .acces_left {
        padding-top: 0;
    }

    .acces_flow_left {
        padding: 35px 20px 35px;
    }
    
}

@media screen and (max-width: 768px) {
    .pc_flow {
        display: none !important;
    }
    .sp_flow {
        display: block;
    }
    
    
    .acces_flow {
        display: block;
    }
    .acces_left {
        width: 100%;
        display: flex;
        justify-content: space-between;
    }
    
    .acces_flow_left_wrap {
        width: 48%;
        display: flex;
        align-items:stretch;
        
        background: url("../../images/arrow_under.svg");
        background-repeat: no-repeat;
        background-position: center bottom;
        padding-bottom: 116px;
    }
    .acces_flow_left {
        width: auto;
        display: flex;
        flex-flow: column;
        align-items:stretch
    }
    .acces_left > div:nth-child(2) {
        margin-top: 0;
    }
    
    .access_logo div img {
        display: block;
        width: 100%;
    }
    
    .acces_flow_left p {
        font-size: 16px;
        margin-top: 20px;
    }
    
    .login {
        margin-top: 40px;
        width: 100%;
    }

    
}

@media screen and (max-width: 500px) {
    .access .color {
        display: inline-block;
    }
    
    .acces_left .acces_flow_left_wrap:first-child {
        margin-bottom: 10px;
    }
    .acces_left .acces_flow_left_wrap:last-child {
        background: url("../../images/arrow_under.svg");
        background-repeat: no-repeat;
        background-position: center bottom;
        padding-bottom: 116px;
    }
    .access_logo div img {
        display: block;
        width: 70%;
        margin: auto;
    }
    
    .acces_left {
        width: 100%;
        display: block;
    }
    
    .acces_flow_left_wrap {
        width: 100%;
        display: flex;
        align-items:stretch;
        padding-bottom: 0;
    }
    
}



/* support */
.support {
    padding: 100px 0 160px;
}

.support_wrap {
    background: #FFE9EB;
    border-radius: 46px;
    padding: 70px;
    position: relative;
}

.support h2 {
    font-size: 40px;
    padding: 0;
    margin-bottom: 40px;
    
    position: relative;
    z-index: 2;
}
.support h2 span {
    color: #FF9BAA;
}
.support_ttl {
    position: absolute;
    top: -40px;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center
}
.support_ttl img {
    max-width: 100%;
}


.support_att {
    font-size: 18px;
    text-align: center;
    margin: 30px 0 60px;
}

.support_flex {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.support_flex div {
    width: 23%;
    margin-right: 2.3%;
}
.support_flex div:last-child {
    margin-right: 0;
}
.support_flex div img {
    width: 100%;
    filter: drop-shadow(0px 0px 40px rgba(250, 90, 105, 0.13));
}

.support_flex span {
    display: block;
    
    margin-top: 30px;
    font-size: 22px;
    font-weight: bold;
    text-align: center;
}

@media screen and (max-width: 1200px) {
    .support_flex span {
        font-size: 18px;
    }
}

@media screen and (max-width: 768px) {
    .support h2 {
        font-size: 26px;
    }
    
    .support_wrap {
        padding: 30px 18px;
    }
    
    .support_flex div {
        width: 21%;
        margin-right: 5.3%;
    }

    .support_flex span {
        font-size: 14px;
    }
}

@media screen and (max-width: 768px) {
    .support_att {
        margin: 10px 0 40px;
    }
    
    .support_flex div {
        width: 48%;
        margin-right: 4%;
        margin-bottom: 30px;
        
        text-align: center;
    }
    
    .support_flex div:nth-child(2n) {
        margin-right: 0%;
    }
    
    .support_flex div img {
        width: 80%;
    }
    
    .support_flex span {
        margin-top: 15px;
    }
    
    .support h2 span {
        display: block;
    }
    
}



/* footer */
footer {
    padding: 20px 0;
    background: #fff;
    line-height: 1;
    
    position: fixed;
    bottom: 0;
    width: 100%;
    
    filter: drop-shadow(0px 0px 40px rgba(0, 0, 0, 0.13));
}
.footer_att {
    text-align: center;
}
.footer_att p {
    display: inline-block;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 15px;
    position: relative;
    
    padding: 0 15px;
}
footer p::before {
    content: "";
    display: block;
    width: 1px;
    height: 20px;
    background: #111;
    transform: rotate(-30deg);
    
    position: absolute;
    left: 0;
    top: 0;
}
footer p::after {
    content: "";
    display: block;
    width: 1px;
    height: 20px;
    background: #111;
    transform: rotate(30deg);
    
    position: absolute;
    right: 0;
    top: 0;
}

.footer_flex {
    width: 700px;
    margin: auto;
    
    display: flex;
    justify-content: center;
}
.footer_flex div {
    width: 60%;
}
.footer_flex div img {
    max-width: 100%;
    vertical-align: bottom;
}

.footer_flex a:hover {
    opacity: 0.7;
    transition: 0.3s;
}

@media screen and (max-width: 900px) {
    .footer_att p {
        font-size: 15px;
    }
    footer p::before {
        content: "";
        display: block;
        width: 1px;
        height: 15px;
        background: #111;
        transform: rotate(-30deg);

        position: absolute;
        left: 0;
        top: 0;
    }
    footer p::after {
        content: "";
        display: block;
        width: 1px;
        height: 15px;
        background: #111;
        transform: rotate(30deg);

        position: absolute;
        right: 0;
        top: 0;
    }

    .footer_flex {
        width: 100%;
    }

}

/*
@media screen and (max-width: 640px) {

    .footer_flex {
        display: block;
        width: 80%;
    }
    
    .footer_flex div {
        width: 100%;
    }
    .btn_inpuiry {
        margin-bottom: 10px;
    }

}
*/

@media screen and (max-width: 724px) {

    body {
        width: 100%;
        min-width: 320px;
    }

    .w100 {
        width: 100%;
    }

}


@media screen and (max-width: 480px) {


}



