@charset "utf-8";

@-ms-viewport {
    width: auto;
}

/*----------------------------- 
　共通
-------------------------------*/

* {
    /* スマホずれ防止のため、全てを含めたサイズで指定 */
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

html,
body {
    font-family: "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Osaka", Verdana, "ＭＳ Ｐゴシック", "MS P Gothic", Arial, sans-serif;
    width: 100%;
    overflow-x: hidden;
    color: #312927;
    font-size: 16px;
    -webkit-text-size-adjust: none;
    min-width: 320px;
    /* iPhoneのデフォルト1.6で統一 */
    line-height: 1.6;
    height: auto;
}

img {
    width: 100%;
}


a {
    color: inherit;
    text-decoration: none;
    outline: none;
    z-index: 200px;
}


.pc {
    display: inherit;
}

.sp {
    display: none;
}

a:hover {
    opacity: 1;
}

#container {
    margin: 0 auto;
    overflow-x: hidden;

}

.marker-animation.active {
    background-position: -100% .5em;
}

.marker-animation {
    background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, transparent), color-stop(50%, rgb(255, 250, 153)));
    background-image: linear-gradient(left, transparent 50%, rgb(255, 250, 153) 50%);
    background-repeat: repeat-x;
    background-size: 200% .8em;
    background-position: 0 .5em;
    -webkit-transition: all 2s ease;
    transition: all 2s ease;
    font-weight: bold;
}

.m-blue {
    background-image: -webkit-gradient(linear, left top, left bottom, from(left), color-stop(50%, transparent), color-stop(50%, rgba(107, 182, 255, 0.24)));
    background-image: linear-gradient(left, transparent 50%, rgba(107, 182, 255, 0.24) 50%);
    background-repeat: repeat-x;
    background-size: 200% .8em;
    background-position: 0 .5em;
    -webkit-transition: all 2s ease;
    transition: all 2s ease;
    font-weight: bold;
}

.m-green {
    background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, transparent), color-stop(50%, rgba(151, 232, 154, 0.69)));
    background-image: linear-gradient(left, transparent 50%, rgba(151, 232, 154, 0.69) 50%);
    background-repeat: repeat-x;
    background-size: 200% .8em;
    background-position: 0 .5em;
    -webkit-transition: all 2s ease;
    transition: all 2s ease;
    font-weight: bold;
}

.m-red {
    background-image: -webkit-gradient(linear, left top, left bottom, from(left), color-stop(50%, transparent), color-stop(50%, rgba(255, 88, 88, 0.2)));
    background-image: linear-gradient(left, transparent 50%, rgba(255, 88, 88, 0.2) 50%);
    background-repeat: repeat-x;
    background-size: 200% .8em;
    background-position: 0 .5em;
    -webkit-transition: all 2s ease;
    transition: all 2s ease;
    font-weight: bold;
}

.sameh1 {
    margin-top: 20px;
    font-size: 32px;
    line-height: 2rem;
    background: #0079b9;
    text-align: center;
    padding-top: 100px;
    color: white;
}

.sameh2 {

    font-size: 32px;
    line-height: 4rem;
    background: #0079b9;
    text-align: center;
    color: white;
    width: 50%;
    margin: 0 auto;
    margin-bottom: 20px;
}

#contact-headdesc {
    margin: 0 auto;
    width: 80%;
    margin: 16px auto;
    font-size: 24px;
    line-height: 2rem;
}

.annotation {
    padding: 8px;
    font-size: 16px;
    margin-bottom: 16px;
}

#contact-box {
    padding: 16px;
    line-height: 1.5rem;

    margin-bottom: 20px;
}

/* ブロックマージン調整用 */
.blank_sm {
    height: 8px;
}

.blank_mm {
    height: 16px;
}

.blank_lm {
    height: 24px;
}

.blank_xlm {
    height: 32px;
}

/* 画像を重ねる際の設定 */
.layerbox {
    position: relative;
    width: 100%;
}

/* 背景とする画像。これを指定する画像が高さとなる */
.layer_bg {
    position: relative;
    width: 100%;
}

/* 重ねる画像 */
.layer_fg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    margin: 0 auto;
}

.inner {
    margin: 0 auto;
    max-width: 1000px;
    position: relative;
    line-height: 0;

}

#header {
    margin: 0 auto;
    width: 100%;
    top: 0;
    background-color: white;
    position: fixed;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0;
    z-index: 200;

}

#header_wrap {
    margin: 0 auto;
    width: 100%;
    height: 90px;
    max-width: 1000px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

#header_1 {
    text-align: right;
    width: 40%;
}

#header_1 img {
    display: block;
    width: 80%;
    padding-top: 10px;
}

#header_2 {
    width: 80%;
    text-align: left;
    display: block;
    padding-top: 10px;
}

#header_3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 20%;
    padding-top: 10px;
    text-align: right;
}

#header_2 img {
    width: 70%;
    margin-left: 50%;
}

#header_3 img {
    display: inline-block;
    width: 70%;
}

.top_bar {

    background: #1a55a5;
    margin: 0 auto;
    z-index: 100;
    padding-top: 90px;

}

.top_bar p {

    line-height: 3rem;
    font-size: 18px;
    color: white;
    padding-left: 100%;
    white-space: nowrap;
    display: inline-block;
    -webkit-animation: scrollSample01 20s linear infinite;
    animation: scrollSample01 20s linear infinite;

}

@-webkit-keyframes scrollSample01 {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    100% {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%)
    }
}

@keyframes scrollSample01 {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    100% {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%)
    }
}

#top img {
    margin: 0 auto;
    display: block;
    width: 100vw;
    max-width: 1000px;
}

.box1 {
    background-color: #f3c85e;
    text-align: center;
    padding: 1% 0;
}

.box1 img,
.box2 img {
    width: 100%;
}

.box2 {
    background-color: #1a55a5;
    text-align: center;
    padding-top: 20px;
}


.time {
    top: 85%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: center;
    font-size: 20px;
    font-weight: 600;
    left: 5%;
}

#view_time {

    color: #ffed22;
    font-weight: 500;
    font-size: 22px;
    padding: 5px;
}

.top_cv {
    padding-top: 20px;
    background-color: #1a55a5;
}

#covid19 {

    background: #e6f6ff;
}


.covid_obi {
    padding: 10px;
    margin: 0 auto;
    text-align: center;
}

.covid_obi p {
    font-size: 36px;
    font-weight: bolder;
    color: #005583;
    top: 50%;
}

.covid_obi img {
    width: 80%;
}

.covid {
    background: #e6f6ff;
    padding: 20px;
}

.covid_b {
    background: white;
}

.covid2 {

    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.covid img {

    padding: 20px;
}

.covid_box {

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;

}

.covid_box1 {
    width: 40%;
}

.covid_box2 p {

    font-size: 24px;
    font-weight: 500;
    line-height: 2rem;
    top: 50%;
    margin: 0 auto;
}

.accbox {
    padding: 0;
    max-width: 1000px;
    /*最大幅*/
}

.accbox {

    padding: 0;
    max-width: 1000px;
    /*最大幅*/
}

/*ラベル*/
.accbox label {
    display: block;
    margin: 1.5px 0;
    color: white;
    font-size: 20px;
    background: #005583;
    cursor: pointer;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    margin: 0 auto;
    text-align: center;
    width: 50%;
    padding: 20px;
    line-height: 1.5rem;
    margin-bottom: 20px;
    border-radius: 50px;
}

/*アイコンを表示*/
.accbox label:before {
    content: '▼';
    padding-right: 8px;
}

/*チェックは隠す*/
.accbox input {
    display: none;
}

/*中身を非表示にしておく*/
.accbox .accshow {
    height: 0;
    padding: 0;
    overflow: hidden;
    opacity: 0;
    -webkit-transition: 0.8s;
    transition: 0.8s;
}

/*クリックで中身表示*/
.cssacc:checked + label + .accshow {
    height: auto;
    padding: 5px;
    background: #e6f6ff;
    opacity: 1;
}

/*アイコンを入れ替える*/
.cssacc:checked + label:before {
    content: '▲';

}



#trouble,
#reason,
#comparison,
#flow,
#voice,
#qa,
#area {
    margin-top: -100px;
    padding-top: 100px;
}

.box3 {
    margin-top: 50px;
    text-align: center;

}

.box4 {
    background-image: url(../images/onayami_b.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    text-align: center;
    line-height: 0;
    padding-top: 30px;
}

.onayami {
    display: inline-block;
    font-size: 36px;
    line-height: 5rem;
    font-weight: 500;
    color: white;
    text-align: left;
    margin: 0 auto;
    padding-bottom: 20px;
}

.omakase {
    width: 100%;
}

.trouble_t {
    width: 70%;
    margin: 0 auto;
}

.trouble {
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

}

.trouble img {
    padding: 10px;
}

.trouble_obi {
    background-image: url(../images/trouble_b.png);
    background-repeat: repeat;
    height: 170px;

}

. trouble_item img {
    width: 100%;
}

.trouble_place {
    top: 10%;
    font-size: 24px;
    color: white;
    font-weight: 700;
    position: relative;
    letter-spacing: 0.05em;
}

.keyword {
    top: 85%;
    line-height: 2.5rem;
    position: relative;
    font-weight: 600;
    font-size: 17px;
    width: 87%;
    margin: 0 auto;
    -webkit-box-shadow: inset 0px 1px #9acbe5;
}

#wc_word {
    background: #f8fdff;
}

.word_t {
    margin: 0 auto;
    font-size: 24px;
    font-weight: 600;
    text-align: center;
}

.trouble_obi img {
    width: 80%;
    height: 80%;
}

.trouble_details table {
    width: 50%;
    margin: 0 auto;
}

.trouble_details table td {
    padding-top: 8px;
    border-bottom: dashed 2px #dedede;
    white-space: nowrap;
    font-weight: 600;
}

.trouble_details table tr span {
    font-weight: 800;
    font-size: 24px;
}

.trouble_details {
    border: solid 3px #0079b9;
    padding: 10px;
    background: white;
}

.omakase {
    background: #0079b9;
    padding: 0;
    line-height: 0;
}

.reason {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 20px;
    margin-bottom: 30px;
}

.anshin {
    background: #9acbe5;
}

.reason img {
    width: 250px;
    padding: 20px;
}

.reason2 {
    text-align: center;
}

.reason2 img {
    margin-bottom: 30px;
}

.reason_box {
    width: 25%;
}

reason_box img {
    width: 100%;
    height: 100%;
}

.reason_box p {
    font-size: 20px;
    line-height: 2rem;
    font-weight: 600;
}

#compare {

    background: #e6f6ff;

}

.compare_body {

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;
    margin: 0 auto;
}

.compare {

    text-align: center;
    margin: 20px;

}

.compare inner {

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;
}

.compare_item {

    position: relative;
    /* ←文字の親要素に指定 */
    width: 120px;
    height: 120px;
    background-color: #007ab7;
    border-radius: 50%;
    margin: 0 auto;
    text-align: center;




}

.compare_item p {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    color: white;
    font-weight: 600;
    font-size: 22px;
    line-height: 1.7rem;
    width: 80%;
}

.compare_type {

    padding-top: 20px;
    font-weight: 600;
    font-size: 18px;
}


.chigai_t {
    width: 60%;
    margin-bottom: 30px;
}

.chigai_m {
    width: 70%;
    margin-bottom: 20px;
}

.shitei img {
    padding: 10px;
}

.anshin {
    margin-top: 30px;
    padding-bottom: 30px;
}

.shitei {
    background: white;
    padding-top: 20px;
}

.sitei_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-top: 20px;
    padding-bottom: 20px;
}

.sitei_box p {
    width: 550px;
    line-height: 2rem;
    text-align: left;
    font-size: 20px;
}

.anshin_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: white;
}

.anshin_box img {

    padding: 10px;
}

.anshin_detail {

    line-height: 1.5rem;
    text-align: left;
    font-size: 16px;
    width: 330px;
    padding: 10px;
}

.anshin_t {
    font-size: 24px;
    color: #005583;
    font-weight: bold;
    line-height: 1.8rem;
    text-align: center;
}

.akutoku_t {
    background: white;
}

.akutoku_t p {
    top: 50%;
    font-size: 36px;
    margin: 0 auto;
    font-weight: 600;
    text-align: center;
}

.akutoku {
    background: white;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.akutoku_box {
    width: 33%;
    padding: 40px;
}

.akutoku_box p {
    padding-top: 20px;
    line-height: 1.5rem;
    font-size: 20px;
    font-weight: 700;
    text-align: left;
}

.menkyo {
    background: white;
    padding-bottom: 20px;
}

.title-box3 {
    background-color: #e3f2fd;
    letter-spacing: .3px;
    background: white;
    padding-bottom: 20px;
    border: 2px solid #007ab7;
    width: 80%;
    margin: 0 auto;
}

.title-box3-title {
    font-size: 24px;
    font-weight: 700;
    background-color: #007ab7;
    padding: 4px 6px;
    text-align: center;
    line-height: 2.5rem;
    width: 100%;
    margin: 0 auto;
    color: white;
    text-shadow: 1px 1px 1px black;
}

.title-box3 p {
    margin: 0;
    padding: 1em;
    line-height: 1.5rem;
    width: 80%;
    margin: 0 auto;
}

.menkyo_b {
    display: block;
    margin: 0 auto;
    text-align: center;
    width: 50%;
}

.cv_pc {
    background: #007ab7;
    line-height: 0;
}

.line_pc {
    background: #00b900;
}

.flow img {
    width: 90%;
}

.area_obi {
    background: #e6f6ff;
    padding: 10px;
}

.area_wrap {
    background-color: white;
    padding: 16px;
    padding-bottom: 16px;
    margin: 0 auto;
    max-width: 800px;
}

#area_list_oosaka {
    width: 100%;
}

#area_list_hyogo {
    width: 100%;
    margin-top: 16px;
}

#area_list_nara {
    width: 100%;
    margin-top: 16px;
}

#area_list_oosaka table,
#area_list_hyogo table,
#area_list_nara table {
    width: 100%;
    border-collapse: collapse;
    font-size: 17px;
}

#area_list_oosaka table tr {
    border-bottom: solid 1px #007ab7;
    border-right: solid 1px #007ab7;
    border-top: solid 1px #007ab7;
}

#area_list_hyogo table tr {
    border-bottom: solid 1px #005583;
    border-right: solid 1px #005583;
    border-top: solid 1px #005583;
}

#area_list_nara table tr {
    border-bottom: solid 1px #007ab7;
    border-right: solid 1px #007ab7;
    border-top: solid 1px #007ab7;
}

#area_list_oosaka table thead tr td:nth-child(1) {
    color: white;
    font-size: 18px;
    text-align: center;
    background-color: #007ab7 !important;
    border-bottom: solid 1px #007ab7;
    line-height: 2.5rem;
    width: 10%;
}

#area_list_hyogo table thead tr td:nth-child(1) {
    color: white;
    font-size: 18px;
    text-align: center;
    background-color: #005583 !important;
    border-bottom: solid 1px #005583;
    line-height: 2.5rem;
    width: 10%;
}

#area_list_nara table thead tr td:nth-child(1) {
    color: white;
    font-size: 18px;
    text-align: center;
    background-color: #ff5d00 !important;
    border-bottom: solid 1px #007ab7;
    line-height: 2.5rem;
    width: 10%;
}

#area_list_hyogo table thead tr td:nth-child(1) {
    background-color: #005583 !important;
}

#area_list_nara table thead tr td:nth-child(1) {
    background-color: #007ab7 !important;
}

#area_list_oosaka table thead tr td:nth-child(2) {
    border-bottom: solid 1px #EB6877;
}

#area_list_hyogo table thead tr td:nth-child(2) {}

#area_list_nara table thead tr td:nth-child(2) {}

#area_list_oosaka table td:nth-child(odd) {

    white-space: nowrap;
    padding: 0 20px !important;
    border-right: solid 1px #007ab7;
    border-left: solid 1px #007ab7;
    background-color: #f7f7f7;

}

#area_list_hyogo table td:nth-child(odd) {

    white-space: nowrap;
    padding: 0 20px !important;
    border-right: solid 1px #005583;
    border-left: solid 1px #005583;
    background-color: #f7f7f7;

}

#area_list_nara table td:nth-child(odd) {
    white-space: nowrap;
    padding: 0 20px !important;
    border-right: solid 1px #007ab7;
    border-left: solid 1px #007ab7;
    background-color: #f7f7f7;
}

#area_list_hyogo table td:nth-child(odd) {}

#area_list_nara table td:nth-child(odd) {}

#shitei_info table td:nth-child(odd) {
    background-color: white;
    border-right: solid 1px #9bd0dd;
}

#area_list_oosaka table td:nth-child(even),
#area_list_hyogo table td:nth-child(even),
#area_list_nara table td:nth-child(even) {
    padding: 8px 28px 8px 8px !important;
    line-height: 1.5rem;
}

#area_list_oosaka table thead tr td:nth-child(even),
#area_list_hyogo table thead tr td:nth-child(even),
#area_list_nara table thead tr td:nth-child(even) {
    position: relative;
    padding: 0 28px 0 0 !important;
}

#voice {

    background-image: url(../images/voice_b.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;
    margin-top: 20px;
    padding-bottom: 30px;
}

.voice {
    padding: 20px;
    margin: 0 auto;
    text-align: center
}

.voice_t {

    width: 60%;
    text-align: center;
    margin: 0 auto;
    padding: 40px;
}

.voice img {

    width: 50%;
    padding: 10px;

}

.customer {

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;
}

.v_t {

    position: relative;
    line-height: 2.5rem;
    font-size: 20px;
    color: #0079b9;
    font-weight: 600;
    top: 13%;
    text-align: left;
    left: 12%;
}

.v_come {

    position: relative;
    line-height: 1.5rem;
    top: 15%;
    text-align: left;
    width: 30%;
    left: 15%;
    font-size: 16px;
}

.cate {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 auto;
    left: 15%;
    position: relative;
    top: 17%;
}


.v_t2 {

    position: relative;
    line-height: 2.5rem;
    font-size: 20px;
    color: #0079b9;
    font-weight: 600;
    top: 13%;
    text-align: left;
    left: 63%;

}

.v_come2 {

    position: relative;
    line-height: 1.5rem;
    top: 15%;
    text-align: left;
    left: 65%;
    width: 30%;
    font-size: 16px;
}

.cate2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 auto;
    left: 65%;
    position: relative;
    top: 17%;
}

.v_cate {

    position: relative;
    color: #0079b9;
    font-weight: 500;
    background: #9acbe5;
    padding: 15px;
    width: 10%;
    margin-right: 20px;
    border-radius: 50px;
    font-size: 16px;
}

.staff_v {

    width: 50%;
    margin: 0 auto;
}


.s_t {

    position: relative;
    line-height: 2.5rem;
    font-size: 20px;
    color: #0079b9;
    font-weight: 600;
    top: 10%;
    text-align: center;
}

.s_come {

    position: relative;
    line-height: 1.5rem;
    top: 15%;
    text-align: left;
    width: 30%;
    left: 42%;
    font-size: 16px;
}

.s_cate {
    position: relative;
    color: #0079b9;
    font-weight: 500;
    background: #9acbe5;
    padding: 15px;
    width: 20%;
    margin-right: 20px;
    border-radius: 50px;
    font-size: 16px;
    left: 42%;
    top: 20%;
    text-align: center;
}

.customer img {

    width: 100%;
}

.fuwa {
    line-height: 5rem;
    width: 100%;
    -webkit-animation: fuwav 1s ease-in-out infinite alternate;
    animation: fuwav 1s ease-in-out infinite alternate;
}

.fuwafuwa {
    -webkit-animation-name: fuwafuwa;
    /* fuwafuwaっていうアニメーションをしてね！ */
    -webkit-animation-duration: 3s;
    -webkit-animation-iteration-count: infinite;
    /*-webkit-animation-direction:alternate;*/
    -webkit-animation-timing-function: ease;

    -moz-animation-name: fuwafuwa;
    -moz-animation-duration: 3s;
    -moz-animation-iteration-count: infinite;
    /*-moz-animation-direction:alternate;*/
    -moz-animation-timing-function: ease;
}

/* fuwafuwaっていうアニメーションはこんなふうだよ！ */
@-webkit-keyframes fuwafuwa {
    0% {
        -webkit-transform: translate(0, 0);
    }

    50% {
        -webkit-transform: translate(0, -10px);
    }

    100% {
        -webkit-transform: translate(0, 0);
    }
}


/* fuwafuwaっていうアニメーションはこんなふうだよ！ */
@-webkit-keyframes fuwafuwa {
    0% {
        -webkit-transform: translate(10, 10);
    }

    50% {
        -webkit-transform: translate(0, -10px);
    }

    100% {
        -webkit-transform: translate(0, 0);
    }
}

.fuwafuwa2 {
    -webkit-animation-name: fuwafuwa2;
    /* fuwafuwaっていうアニメーションをしてね！ */
    -webkit-animation-duration: 2s;
    -webkit-animation-iteration-count: infinite;
    /*-webkit-animation-direction:alternate;*/
    -webkit-animation-timing-function: ease;
    -webkit-animation-direction: alternate;
    -webkit-animation-timing-function: ease-in;
    -moz-animation-name: fuwafuwa2;
    -moz-animation-duration: 2s;
    -moz-animation-iteration-count: infinite;
    /*-moz-animation-direction:alternate;*/
    -moz-animation-timing-function: ease;
    -moz-animation-direction: alternate;
    -moz-animation-timing-function: ease-in;

}

/* fuwafuwaっていうアニメーションはこんなふうだよ！ */
@-webkit-keyframes fuwafuwa2 {
    0% {
        -webkit-transform: translate(10px, 10px);
    }

    50% {
        -webkit-transform: translate(10px, -20px);
    }

    100% {
        -webkit-transform: translate(0, 0);
    }
}

/* fuwafuwaっていうアニメーションはこんなふうだよ！ */
@-webkit-keyframes fuwafuwa2 {
    0% {
        -webkit-transform: translate(10, 10);
    }

    50% {
        -webkit-transform: translate(0, -10px);
    }

    100% {
        -webkit-transform: translate(0, 0);
    }
}


.fuwafuwa3 {
    -webkit-animation-name: fuwafuwa3;
    /* fuwafuwaっていうアニメーションをしてね！ */
    -webkit-animation-duration: 5s;
    -webkit-animation-iteration-count: infinite;
    /*-webkit-animation-direction:alternate;*/
    -webkit-animation-timing-function: ease;
    -webkit-animation-direction: alternate;
    -webkit-animation-timing-function: ease-in;
    -moz-animation-name: fuwafuwa3;
    -moz-animation-duration: 5s;
    -moz-animation-iteration-count: infinite;
    /*-moz-animation-direction:alternate;*/
    -moz-animation-timing-function: ease;
    -moz-animation-direction: alternate;
    -moz-animation-timing-function: ease-in;

}

/* fuwafuwaっていうアニメーションはこんなふうだよ！ */
@-webkit-keyframes fuwafuwa3 {
    0% {
        -webkit-transform: translate(20px, 20px);
    }

    50% {
        -webkit-transform: translate(10px, -20px);
    }

    100% {
        -webkit-transform: translate(0, 0);
    }
}

/* fuwafuwaっていうアニメーションはこんなふうだよ！ */
@-webkit-keyframes fuwafuwa3 {
    0% {
        -webkit-transform: translate(20, 10);
    }

    50% {
        -webkit-transform: translate(0, -10px);
    }

    100% {
        -webkit-transform: translate(0, 0);
    }
}

.qa_t img {

    width: 30%;
}

.qa {
    margin-top: 50px;
    margin-bottom: 30px;
}

.qa_t p {
    font-size: 30px;
    margin-top: 50px;
    margin-bottom: 100px;
}

.qa img {
    width: 70%;
}

.qa_box {
    max-width: 700px;
    margin: 0 auto;
    border-bottom: dashed 2px #005583;

}

.q {
    position: relative;
    font-size: 32px;
    font-weight: 600;
    color: #005583;
    margin-bottom: 50px;
    text-align: left;
    padding-left: 100px;
    margin-top: 50px;
    line-height: 2rem;
}

.q:before {
    position: absolute;
    content: "Q";
    background: #005583;
    color: white;
    font-weight: 900;
    font-size: 30px;
    border-radius: 50%;
    left: 0;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.q:after {
    /*吹き出しのちょこんと出た部分*/
    content: '';
    display: block;
    position: absolute;
    left: 45px;
    height: 0;
    width: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 15px solid #005583;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.a {
    position: relative;
    font-size: 20px;
    font-weight: 500;
    text-align: left;
    line-height: 1.5rem;
    padding-left: 100px;
    margin-bottom: 30px;
}

.a:before {
    position: absolute;
    content: "A";
    background: #ff5d00;
    color: white;
    font-weight: 900;
    font-size: 30px;
    border-radius: 50%;
    left: 0;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.a:after {
    /*吹き出しのちょこんと出た部分*/
    content: '';
    display: block;
    position: absolute;
    left: 45px;
    height: 0;
    width: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 15px solid #ff5d00;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}


.button {
    width: 45% !important;
    margin: 0 2%;
    text-align: center;
    padding: 1% 0;
}

a.button {
    display: inline-block;
}

.box5 {
    background-color: #fff69e;
    text-align: center;

}

.blank {
    height: 50px;
}

h1 {
    text-align: center;
    padding-bottom: 40px;
    padding-top: 40px;
}

#maildialog {
    padding-top: 60px;
    margin-top: -60px;

}

#maildialog img {
    width: 70%;
}

.flex_mail {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 18px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 16px 16px 16px;

}

#contact-headdesc {
    margin: 0 auto;
    width: 80%;
    padding-top: 32px;
}

.mail_col {
    width: 100%;


}

.mail_column div:nth-child(n + 2) {
    padding-left: 16px;
}

.mail_column div:last-child {
    margin-bottom: 8px;
}

.mail_title span:first-child {
    font-size: 12px;
    color: red;
}

.mail_title {
    position: relative;
    padding-left: 90px;
    font-size: 20px;
    color: #000;
    text-align: left;
    margin-top: 8px;
    margin-bottom: 8px;
}

.mail_title::before,
.mail_title::after {
    content: "〇";
    position: absolute;
    color: #0079b9;
    padding-left: 60px;
}

.mail_title::before {
    left: 0;
    top: -3px;
}

.mail_title::after {
    left: 5px;
    top: 3px;
    color: #A1B8D1;
}

input,
textarea {
    font-size: 18px;
    padding: 8px;
    border: solid 1px #c6c6c6;
    border-radius: 5px;
    margin: 15px;
    width: 80%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    overflow-x: hidden;

}

.mail_box {
    margin: 0 auto;
    text-align: center;
}

#mailform img {
    width: 100%;
}

#mailform span {
    font-size: 12px;
    color: #fc6c6c;
}

.mail_submit {
    text-align: center;
    margin-bottom: 16px;
}

input[type=submit] {
    font-size: 24px;
    color: white;
    background-color: #0079b9;
    text-align: center;
    width: 50%;
    cursor: pointer;
    cursor: hand;
    overflow-x: hidden;
}

input[type=radio] {
    margin-top: 20px;
    margin-bottom: 25px;
    width: 5%;
    text-align: center;
    border: solid 1px black;
    cursor: pointer;
    border-radius: 50%;

}

#mailform label {

    border: 1px solid #ccc;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 20px;
    padding-right: 20px;
    border-radius: 5px;
    margin-right: 20px;
    cursor: pointer;
    border: 2px solid #006DD9;
    /* ボックスの境界線を実線で指定する */
}

input[type="radio"]:checked + label {
    background: #31A9EE;
    /* マウス選択時の背景色を指定する */
    color: white;
    /* マウス選択時のフォント色を指定する */

}


.radio_b {

    margin: 0 auto;
    text-align: center;
    cursor: pointer;
}

.formErrorContent {
    position: relative;
    color: white;
    font-size: 14px;
    background-color: red;
    padding: 5px;
    border-radius: 5px;
    z-index: 500;
    bottom: 50px;
    line-height: 20px;
    overflow-x: hidden;
}

#mailsending {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.9);
}

#mailsending .message {
    position: absolute;
    top: 50%;
    left: 50%;
    color: white;
    font-size: 20px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.formErrorContent {
    position: relative;
    text-align: center;
    color: white;
    font-size: 14px;
    background-color: red;
    padding: 5px;
    border-radius: 5px;
    z-index: 10000;
    bottom: 50px;
}

.modal-wrapper {
    z-index: 999;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 60px 10px;
    text-align: center
}

.modal-wrapper:not(:target) {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity .3s, visibility .3s;
    transition: opacity .3s, visibility .3s;
}

.modal-wrapper:target {
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity .4s, visibility .4s;
    transition: opacity .4s, visibility .4s;
}

.modal-wrapper::after {
    display: inline-block;
    height: 100%;
    margin-left: -.05em;
    vertical-align: middle;
    content: ""
}

.modal-wrapper .modal-window {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    z-index: 20;
    position: relative;
    width: 70%;
    max-width: 600px;
    padding: 30px 30px 15px;
    border-radius: 2px;
    background: #fff;
    -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, .6);
    box-shadow: 0 0 30px rgba(0, 0, 0, .6);
    vertical-align: middle;
    margin-top: 60px;
}

.modal-wrapper .modal-window .modal-content {
    max-height: 80vh;
    overflow-y: auto;
}

.modal-overlay {
    z-index: 10;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, .8)
}

.modal-wrapper .modal-close {
    z-index: 100;
    position: absolute;
    top: 0;
    right: 0;
    width: 35px;
    color: #95979c !important;
    font-size: 20px;
    font-weight: 700;
    line-height: 35px;
    text-align: center;
    text-decoration: none;
    text-indent: 0;
    background-color: white;
    opacity: 0.7;
}

.modal-wrapper .modal-close:hover {
    color: #2b2e38 !important
}

.modal_none {
    display: none;
}

#call {

    height: 100%;

}

.cv {

    position: fixed;
    bottom: 0;
    width: 100%;
}

footer {

    padding-top: 20px;
    background-color: #007ab7;

    font-size: 17px;
    color: white;
    text-align: center;
}

@media only screen and (max-width: 1024px) {
    .pc_top {

        background-size: 125% 120% !important;
    }

}

@media only screen and (max-width: 768px) {
    .pc {
        display: none;
    }

    .sp {
        display: inherit;
    }

    #header_wrap {

        height: auto;

    }

    #header_1 {
        width: 50%;
        padding: 10px;

    }

    #header_1 img {

        width: 80%;
    }

    #header_3 {
        position: absolute;
        width: 25%;
        right: 0px;
    }

    #header_3 img {

        width: 100%;


    }

    #header_3 a {
        display: block;
        padding-right: 10px;
        width: 100%;
        margin-right: 10px;


    }


    .box2 img {
        padding-left: 10px;
        padding-right: 10px;
    }


    .accbox label {

        width: 80%;
    }

    .covid {

        padding: 10px;
    }


    .covid_b {
        background: #e6f6ff;
    }


    .top_bar {

        padding-top: 120px;
    }

    .top_bar p {
        line-height: 2rem;
        font-size: 20px;
        color: white;
    }

    .cv_sp img {
        margin: 0 auto;
        margin-top: 250px;
        width: 90%;
        position: relative;
        display: block;
    }

    .sitei_box {

        display: block;

    }

    .sitei_box p {

        width: 100%;
        padding: 10px;
    }

    .anshin_box_sp {

        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        line-height: 1.5rem;
        text-align: left;
        padding-top: 10px;
        padding-bottom: 10px;
        background: white;

    }

    .anshin_box_sp img {
        padding-top: 0px;
        padding-right: 0px;
        width: 250px;
    }

    .anshin_t {

        background: #eeeeee;
        font-size: 32px;
        color: #005583;
        padding: 20px;
        font-weight: bold;
        line-height: 2.5rem;
    }

    .anshin_t2 {

        font-size: 20px;
        padding-top: 10px;
        padding-left: 10px;
        line-height: 2rem;
    }

    .covid_box {

        display: block;
        margin: 0 auto;
        text-align: center;
    }

    .covid_box1 {

        margin-top: 20px;
        margin: 0 auto;
        text-align: center;
        width: 80%;
    }

    .covid_box p {
        line-height: 2.5rem;
        top: 75%;
        font-size: 30px;
        padding: 10px;
        text-align: left;
    }

    .box4 {
        background-position: top center;
        background-size: cover;
    }

    .box4 img {
        margin: 0 auto;
    }


    .keyword {
        font-size: 20px;
        width: 89%;
    }

    .onayami p {
        padding-left: 10px;
        padding-right: 10px;
        font-size: 30px;
        line-height: 2rem;
        color: white;
        position: relative;
        height: auto;
    }

    .reason img {
        width: 100%;

    }

    .reason_box p {
        font-size: 16px;
        line-height: 1.7rem;
        font-weight: 600;
    }

    .akutoku_t p {
        top: 20%;
        font-size: 36px;
        line-height: 3rem;

    }

    .chigai_t {
        width: 80%;

    }

    .chigai_m {

        width: 90%;
    }

    .menkyo_b {
        top: 94.5%;
        width: 80%;
    }

    .flow img {

        width: 70%;
    }

    .v_t {

        line-height: 2.5rem;
        font-size: 30px;
        color: #0079b9;
        font-weight: 600;
        top: 13%;
        text-align: center;
        left: 0;
    }

    .v_come {

        line-height: 2rem;
        top: 20%;
        text-align: left;
        width: 60%;
        left: 30%;
        font-size: 24px;
    }

    .staff_v {

        width: 100%;
    }

    .staff_v img {

        width: 100%;
    }

    .s_t {
        position: relative;
        line-height: 2.5rem;
        font-size: 30px;
        color: #0079b9;
        font-weight: 600;
        top: 13%;
        text-align: center;
    }

    .s_come {
        line-height: 2rem;
        top: 20%;
        text-align: left;
        width: 60%;
        left: 30%;
        font-size: 24px;
    }

    .mid_cv_sp {

        background: #0079b9;
        padding-bottom: 10px;
        padding-left: 10px;
        padding-right: 10px;
    }

    .cv {

        position: fixed;
        bottom: 0;
        width: 100%;
        background: #1a55a5;
        padding-bottom: 10px;
        display: block;
    }

    .cv img {

        margin: 0 auto;
    }

    #maildialog label {
        padding-right: 10px;
        padding-left: 10px;
        margin-right: 10px;

    }

    .mid_cv_sp img {

        padding-bottom: 10px;
    }

    footer {
        padding-bottom: 330px;
    }
}

@media only screen and (max-width: 450px) {
    .pc {
        display: none;
    }

    .sp {
        display: inherit;
    }

    .sameh1 {
        margin-top: 40px;
        font-size: 30px;
        line-height: 1rem;
        padding-top: 70px;
        color: white;
    }

    .sameh2 {

        font-size: 30px;
        line-height: 4rem;
        background: #0079b9;
        text-align: center;
        color: white;
        width: 100%;
        margin: 0 auto;
        margin-bottom: 20px;
    }

    #contact-headdesc {
        margin: 0 auto;
        width: 90%;
        margin: 0 auto;
        font-size: 20px;
        line-height: 2rem;
    }

    .annotation {
        padding: 8px;
        font-size: 16px;
        margin-bottom: 16px;
    }

    #contact-box {
        padding: 0px;
        line-height: 1.5rem;

        margin-bottom: 20px;
    }

    #header_wrap {

        height: 100%;

    }

    #header_1 {

        padding: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 50%;
    }

    #header_1 img {

        width: 120%;
        padding-top: 5px;
        padding-left: 10px;
    }


    #header_3 {

        width: 28%;
    }

    #header_3 img {

        width: 100%;
    }

    #header_3 a {

        margin: 0;

    }

    .top_bar {
        padding-top: 70px;
    }


    .top_bar p {
        line-height: 2rem;
        font-size: 16px;

    }

    #view_time {
        color: #ffed22;
        font-weight: 500;
        font-size: 18px;
        padding-left: 5px;
        padding-right: 5px;
    }


    .cv_sp img {
        margin: 0 auto;
        margin-top: 125px;
        width: 95%;
        position: relative;
        display: block;
    }

    .top_cv img {

        display: block;
        width: 95% !important;
        padding-bottom: 10px;

    }

    .accbox label {

        width: 90%;
        padding: 10px;
        font-weight: 500;
        font-size: 16px;

    }


    .covid {
        margin: 0 auto;
        text-align: center;
    }

    .covid_obi img {

        width: 100%;
    }

    .covid_obi p {

        font-size: 18px;
        font-weight: bolder;
        color: #005583;
        top: 50%;
    }

    .covid img {
        padding: 5px;
    }

    .covid2 {

        display: block;
    }

    .covid2 img {

        width: 45%;

    }

    .covid_box img {

        margin-top: 10px;
        width: 100%;
    }

    .covid_box p {
        line-height: 1.5rem;
        top: 80%;
        font-size: 16px;
        padding: 10px;
        text-align: left;
    }

    .box3 {
        margin-top: 20px;
        text-align: center;
    }

    .trouble_t {
        width: 100%;
        padding: 10px;
    }



    .trouble {

        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin: 0;
        width: 100%;
    }

    .trouble img {
        height: 100%;
        padding: 5px;

    }

    .trouble_obi {

        height: 80px;
        background-position: center;
        background-size: 100%;
        background-repeat: repeat-x;

    }

    .trouble_place {
        top: 10%;
        font-size: 16px;
        color: white;
        font-weight: 700;
        position: relative;
        letter-spacing: 0.01em;
    }

    .keyword {
        font-size: 11px;
        width: 90%;
        letter-spacing: -0.05em;
        top: 84%;
    }

    .word_t {

        font-size: 20px;

    }

    .onayami {

        font-size: 18px;
        line-height: 3rem;

    }

    .reason {
        display: block;
        margin: 0;
    }

    .reason img {
        padding: 10px;
    }

    .reason_box {
        width: 45%;
        display: inline-block;
    }

    .reason_box p {

        font-size: 16px;

    }

    .chigai_t {
        width: 70%;
        margin: 0;

    }

    .chigai_m {

        width: 100%;
    }

    .reason2 img {
        margin-top: 0px;
        padding-top: 10px;
        padding-bottom: 10px;
        margin: 0 auto;
        text-align: center;

    }

    .sitei_box p {

        font-size: 16px;
    }

    .anshin_box_sp img {

        padding-top: 0px;
        padding-right: 0px;
        width: 170px;
    }

    .anshin_t {
        font-size: 20px;
        line-height: 1.8rem;
        padding: 7px;
    }

    .anshin_t2 {

        font-size: 14px;
        padding-top: 5px;
        padding-left: 5px;
        padding-right: 5px;
        line-height: 1.5rem;
    }

    .akutoku_t p {
        top: 20%;
        font-size: 20px;
        line-height: 2rem;
    }

    .akutoku {

        display: block;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .akutoku_box {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        padding: 10px;
    }

    .akutoku_box img {

        width: 30%;
        height: 30%;
    }

    .akutoku_box p {
        padding-top: 30px;
        padding-left: 10px;
        line-height: 1.5rem;
        font-size: 18px;
        font-weight: 700;
        width: 90%;

    }

    .menkyo {

        padding: 0;
        padding-top: 20px;
    }

    .title-box3-title {
        font-size: 20px;

    }

    .title-box3 {
        width: 100%;

    }

    .title-box3 p {

        width: 100%;
    }

    .voice {


        padding: 0;
    }

    .voice img {
        width: 100%;
    }

    .customer {
        display: -webkit-box;
        display: -ms-flexbox;
        display: block;
        margin-top: 20px;
    }

    .voice_t {
        width: 80%;
        text-align: center;
        margin: 0 auto;
        padding: 20px;
    }

    .v_t {
        position: relative;
        line-height: 2.5rem;
        font-size: 18px;
        color: #0079b9;
        font-weight: 600;
        top: 12%;
        text-align: center;
        left: 0;
    }

    .v_come {
        position: relative;
        line-height: 1.3rem;
        top: 12%;
        text-align: left;
        width: 60%;
        left: 30%;
        font-size: 13px;
    }

    .cate {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin: 0 auto;
        left: 0%;
        position: relative;
        top: 0%;
    }

    .v_cate {
        position: relative;
        color: #0079b9;
        font-weight: 500;
        background: #9acbe5;
        padding: 0px;
        width: 40%;
        line-height: 1.5rem;
        margin-left: 30px;
        margin-right: 30px;
        font-size: 14px;
        text-align: center;

    }

    .s_t {
        position: relative;
        line-height: 2.5rem;
        font-size: 16px;
        color: #0079b9;
        font-weight: 600;
        top: 10%;
        text-align: center;
        left: 0;
    }

    .s_come {
        position: relative;
        line-height: 1.3rem;
        top: 10%;
        text-align: left;
        width: 60%;
        left: 30%;
        font-size: 13px;
    }

    .line #maildialog p {
        text-align: left;
        margin: 10px;
    }

    .area_wrap {
        padding: 0px;
        padding-top: 10px;
        padding-bottom: 10px;

    }

    .flow img {
        width: 100%;
    }


    .qa_t img {
        width: 60%;
    }

    .qa_box {
        padding-left: 5px;
        padding-right: 5px;
        border-bottom: dashed 2px #005583;
    }

    .qa_t p {
        font-size: 20px;
        line-height: 1.5rem;
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .q {
        position: relative;
        font-size: 20px;
        margin-bottom: 20px;
        text-align: left;
        padding-left: 80px;
        margin-top: 20px;
        line-height: 2rem;
    }

    .q:before {

        font-size: 25px;

    }

    .a {
        font-size: 16px;
        line-height: 1.5rem;
        padding-left: 80px;
        margin-bottom: 20px;
    }

    .a:before {

        font-size: 25px;

    }

    #area_list_oosaka table td:nth-child(even),
    #area_list_hyogo table td:nth-child(even),
    #area_list_nara table td:nth-child(even) {
        padding: 8px 8px 8px 8px !important;
        line-height: 1.5rem;
    }

    #area_list_oosaka table td:nth-child(odd),
    #area_list_hyogo table td:nth-child(odd),
    #area_list_nara table td:nth-child(odd) {
        font-size: 15px;
    }

    #area_list_oosaka table td:nth-child(even),
    #area_list_hyogo table td:nth-child(even),
    #area_list_nara table td:nth-child(even) {
        font-size: 15px;
        line-height: 1.5rem;
    }


    input,
    textarea {
        font-size: 14px;

        border: solid 1px #c6c6c6;
        border-radius: 5px;
        margin: 15px;
        width: 90%;
        -webkit-box-align: left;
        -ms-flex-align: left;
        align-items: left;
    }


    input[type=submit] {

        width: 90%;
        -webkit-appearance: none;


    }

    .mail_title {

        padding-left: 35px;

    }


    .mail_title::before,
    .mail_title::after {

        padding-left: 5px;
    }


    .mail_column {
        width: 100%;
        padding: 0;
        margin-bottom: 20px;
    }

    .cv {

        position: fixed;
        bottom: 0;
        width: 100%;
        background: #1a55a5;
        padding-bottom: 5px;
    }

    footer {
        padding-bottom: 160px;
        font-size: 13px;
    }

    .modaal-content-container {
        padding: 20px;
    }

}

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

    .time {

        font-size: 12px;
        top: 65px;

    }

    .cv_sp img {

        margin-top: 100px;
        width: 95%;

    }

    .covid_box p {
        line-height: 1.3rem;
        top: 83%;
        font-size: 14px;
        padding: 10px;

    }

    .trouble_place {
        top: 10%;
        font-size: 13px;

    }

    .keyword {
        font-size: 10px;
        width: 90%;
        top: 80%;
    }

    .onayami {
        font-size: 15px;

    }

    .reason img {
        padding: 5px;
    }

    .reason_box p {
        font-size: 14px;
        line-height: 1.3rem;

    }

    .akutoku_t p {

        font-size: 18px;
        line-height: 1.7rem;
    }


    .akutoku_box p {
        padding-top: 20px;

        line-height: 1.5rem;
        font-size: 16px;

    }

    .menkyo_b {

        top: 94%;
        width: 80%;

    }


    .anshin_box_sp img {
        width: 150px;
    }

    .anshin_t {
        padding: 5px;
        font-size: 16px;
        line-height: 1.5rem;
    }

    .anshin_t2 {
        font-size: 14px;
        padding-top: 5px;
        line-height: 1.2rem;
    }


    .v_t {
        font-size: 14px;

    }

    .v_come {

        font-size: 12px;
        line-height: 1rem;
        width: 57%;
    }

    .s_t {

        font-size: 14px;

    }

    .s_come {

        font-size: 12px;
        line-height: 1rem;
        width: 57%;
    }

    .qa_t p {
        font-size: 16px;
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .sameh1 {

        font-size: 24px;

    }



}
