@charset "UTF-8";

/* 共通パーツ
------------------------------------------*/
.fukidashi{
    text-align: center;
    font-weight: bold;
    line-height: 1.5;
    color:#fff;
    background-color: #3e5686;
    border-radius: 20px;
    margin: 0 auto;
    padding:30px;
    width:min(75%,980px);
    box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.2);
    position: relative;
}
.fukidashi:before {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -15px;
    border: 20px solid transparent;
    border-top: 20px solid #3e5686;
}
.fukidashi.--white{
    background-color: #ffffff;
    border-radius: 60px;
}
.fukidashi.--white:before {
    border-top: 20px solid #ffffff;
}
.w1360{
    width: 94%;
    padding: 0 3%;
    max-width: 1360px;
    margin: 0 auto;
    text-align: left;
}
.l-blue{
    color:#c6ffff;
}
.blue{
    color:#3e5380;
}
.yellow{
    color:#ffffaf;
}
.bold{
    font-weight: bold;
}
/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.fukidashi{
    padding: 6% 8%;
}
.med_title{
    margin: 0 auto 7% auto;
    padding: 4% 0;
    line-height: 1.4em;
    font-size: 5.3vw;
}
}


/* 詰め物が取れてしまったら
------------------------------------------*/
.how .how__intro-ttl{
    text-align: center;
    margin-top: 100px;
}
.how .how__intro-txt{
    font-size: clamp(100%,1.13vw,17px);
    margin-top: 40px;
    text-align: center;
}
/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.how .how__intro-ttl{
    margin-top: 13%;
}
.how .how__intro-txt{
    margin-top: 32px;
}
}


/* 正しい対処法
------------------------------------------*/
.taisyo{
    background-color: rgba(191, 204, 217, .2);
    position: relative;
    margin-top: 100px;
    padding:140px 6% 80px 6%;
}
.taisyo .taisyo__main-ttl{
    font-size:206%;
    position: absolute;
    top: -45px;
    left: 50%;
    transform: translateX(-50%);
}
.taisyo .taisyo__main-ttl::after{
    display: block;
    content: "";
    width: clamp(80px,30%,147px);
    aspect-ratio: 147 / 128;
    background-image: url(../images/urgent/deco_person1.png);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    right: 24px;
    bottom: 0;
    z-index: -1;
}
.taisyo .taisyo__list{
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(450px, 1fr));
    gap:50px 80px;
}
.taisyo .taisyo__list-ttl{
    font-size: 220%;
    display: flex;
    align-items: center;
    gap:2%;
}
.taisyo .taisyo__list-ttl .icon{
    background-color: #fff;
    border-radius: 50px;
    box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.1);
    padding:2%;
    max-width: 70px;
    aspect-ratio: 1 / 1;
}
.taisyo .taisyo__list-txt{
    margin-top: 27px;
}


/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
.taisyo .taisyo__main-ttl{
    font-size:190%;
}
.taisyo .taisyo__list-ttl{
    font-size: 190%;
}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.taisyo{
    margin-top: 80px;
    padding: 35% 6% 60px 6%;
}
.taisyo .taisyo__main-ttl{
    font-size:130%;
}
.taisyo .taisyo__main-ttl::after{
    right: 0;
}
.taisyo .taisyo__list{
    grid-template-columns: repeat(auto-fit, minmax(100%, 1fr));
    row-gap: 40px;
}
.taisyo .taisyo__list-ttl{
    font-size: 130%;
}
.taisyo .taisyo__list-txt{
    margin-top: 16px;
}
}


/* 正しい対処法（アウトロ）
------------------------------------------*/
.outro-txt{
    font-size:133%;
    font-weight: bold;
    line-height: 3;
    text-align: center;
    margin-top: 40px;
}
.outro-txt .outro-txt__large{
    font-size:123%;
    color:#3e5380;
    background-color: rgba(201,195,176,.2);
    border-radius: 10px;
    padding:12px;
    position: relative;
    margin-right: 24px;
}
.outro-txt .outro-txt__large::after{
    content: "";
    width: 11px;
    height: 11px;
    display: block;
    background-image: url(../images/urgent/arrow_right.svg);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right:-24px;
}
.outro-txt .outro-txt__large:last-of-type{
    margin-right: 0;
}
.outro-txt .outro-txt__large:last-of-type::after{
    display: none;
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
.outro-txt{
    font-size:105%;
}
.outro-txt .outro-txt__large{
    font-size:120%;
}
}


/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.outro-txt{
    margin-top: 24px;
    font-size:113%;
}
.outro-txt .outro-txt__large{
    margin-right: 0;
    line-height: 3.5;
    font-size:110%;
}
.outro-txt .outro-txt__large::after{
    top: 118%;
    transform: translateX(-50%) rotate(90deg);
    right:0;
    left: 50%;
}
}


/* 再利用
------------------------------------------*/
.reuse{
    margin-top: 100px;
}
.reuse .reuse__list{
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
    gap: 80px;
}
.reuse .reuse__list-item{
    text-align: center;
}
.reuse .reuse__case-ttl{
    /* font-size:clamp(23px,2.2vw,33px); */
    font-size: 220%;
    font-weight: bold;
    margin-top: 50px;
}
.reuse .reuse__case-list{
    text-align: left;
    width: fit-content;
    margin: 0 auto;
    margin-top: 30px;
    margin-bottom: 125px;
    position: relative;
}
.reuse .reuse__case-list::after{
    content: "";
    width: 169px;
    height: 48px;
    display: block;
    background-size: contain;
    position: absolute;
    bottom: -80px;
    left: 50%;
    transform: translateX(-50%);
    background-repeat: no-repeat;
}
.reuse .reuse__list-item:first-of-type .reuse__case-list::after{
    background-image: url(../images/urgent/arrow_blue.png);
}
.reuse .reuse__list-item:last-of-type .reuse__case-list::after{
    background-image: url(../images/urgent/arrow_gray.png);
}
.reuse .reuse__case-list .reuse__case-list-item{
    /* font-size:clamp(100%,1.26vw,19px); */
    font-size: 126%;
    font-weight: bold;
    margin-top: 20px;
    background-image: url(../images/urgent/i_check.svg);
    background-repeat: no-repeat;
    background-position: center left;
    background-size: 29px;
    padding-left: 40px;
}
.reuse .reuse__result{
    padding:32px 4%;
    margin-top: 30px;
}
.reuse .reuse__result-ttl{
    /* font-size:clamp(23px,2.2vw,33px); */
    font-size: 220%;
    font-weight: bold;
}
.reuse .reuse__result-txt{
    margin-top: 16px;
}
.reuse .reuse__list-item:first-of-type .reuse__result{
    background-color: rgba(168,199,220,.3);
}
.reuse .reuse__list-item:last-of-type .reuse__result{
    background-color: rgba(210,204,211,.2);
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
.reuse .reuse__case-ttl{
    font-size: 180%;
}
.reuse .reuse__case-list .reuse__case-list-item{
    font-size: 120%;
}
.reuse .reuse__result-ttl{
    font-size: 180%;
}
}
/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.reuse{
    margin-top: 13%;
}
.reuse .reuse__list{
    grid-template-columns: repeat(auto-fit, minmax(100%, 1fr));
    gap: 40px;
}
.reuse .reuse__case-ttl{
    font-size: 140%;
    margin-top: 30px;
}
.reuse .reuse__case-list .reuse__case-list-item{
    font-size: 100%;
}
.reuse .reuse__result-ttl{
    font-size: 140%;
}
.reuse .reuse__case-list{
    margin-bottom: 80px;
}
.reuse .reuse__case-list::after{
    width: 120px;
}
}


/* 流れ
------------------------------------------*/
.flow{
    margin-top: 120px;
}
/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.flow{
    margin-top: 13%;
}
}


/* なぜ？
------------------------------------------*/
.why{
    margin-top: 160px;
    padding-top: 140px;
    padding-bottom: 60px;
    background-color: rgba(201, 195, 176, .2);
    position: relative;
}
.why .why__main-ttl{
    position: absolute;
    top: -45px;
    left: 50%;
    transform: translateX(-50%);
}
.why .why__main-ttl::after{
    display: block;
    content: "";
    width: clamp(80px,30%,132px);
    aspect-ratio: 132 / 107;
    background-image: url(../images/urgent/deco_person2.png);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    right: 24px;
    bottom: 0;
    z-index: -1;
}
.why .why__list{
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap:24px;
}
.why .why__list-item{
    color:#fff;
    /* font-size: clamp(100%,1.73vw,24px); */
    font-size: 160%;
    font-weight: bold;
    text-align: center;
    aspect-ratio: 1 / 1;
    background-position: center;
    background-size: contain;
    place-content: center;
    line-height: 1.5;
    padding: 12px;
    text-shadow: 2px 3px 10px rgba(0, 0, 0, 0.4);
}
.why .why__list-item:first-of-type{
    background-image: url(../images/urgent/img_why1.jpg);
}
.why .why__list-item:nth-of-type(2){
    background-image: url(../images/urgent/img_why2.jpg);
}
.why .why__list-item:nth-of-type(3){
    background-image: url(../images/urgent/img_why3.jpg);
}
.why .why__list-item:last-of-type{
    background-image: url(../images/urgent/img_why4.jpg);
}
.why .why__outro{
    text-align: center;
    /* font-size: clamp(100%,1.33vw,20px); */
    font-size: 133%;
    font-weight: bold;
    margin-top: 40px;
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.why{
    margin-top: 80px;
    padding-top: 30%;
}
.why .why__main-ttl img{
    max-width: 75%;
}
.why .why__main-ttl::after{
    right: 0;
}
.why .why__list{
    grid-template-columns: repeat(auto-fit, minmax(47%, 1fr));
    gap: 12px;
}
.why .why__list-item{
    font-size: 100%;
}
.why .why__outro{
    font-size: 100%;
}
}



/* 素材の比較
------------------------------------------*/
.hikaku{
    margin-top: 100px;
}
.hikaku .bg-pink{
    background-color: rgba(220, 214, 212, .2);
}
.hikaku .bg-blue{
    background-color: rgba(191, 204, 217, .2);
}
.hikaku .hikaku__caution{
    text-align: center;
    margin-bottom: 40px;
}
.hikaku .hikaku__table-wrap{
    overflow-x: auto;
}
.hikaku .hikaku__table{
    width: 100%;
    /* min-width: 1240px; */
}
.hikaku .hikaku__ttl-hoken,
.hikaku__ttl-jihi{
    width: 50%;
    padding:40px 16px 16px 16px;
    border-right: 1px solid #fff;
}
.hikaku .hikaku__ttl-hoken span,
.hikaku__ttl-jihi span{
    display: block;
    color:#fff;
    font-size: clamp(20px,1.66vw,25px);
    text-align: center;
    padding:8px 4px;
    border-radius: 50px;
    max-width: 90%;
    margin:0 auto;
}
.hikaku .hikaku__ttl-hoken span{
    background-color: #9f9d95;
}
.hikaku .hikaku__ttl-jihi span{
    background-color: #3e5380;
}
.hikaku .hikaku__ttl-sozai{
    text-align: center;
    width: 22.5%;
    border-bottom: 1px solid #ecebef;
    border-right: 1px solid #fff;
}
.hikaku .hikaku__ttl-sozai img{
    margin-top: 24px;
}
.hikaku .hikaku__ttl-sozai:nth-of-type(3) img,
.hikaku .hikaku__ttl-sozai:nth-of-type(4) img{
    margin-top: 50px;
}
.hikaku .hikaku__sozai-flex{
    /* display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between; */
    padding: 24px 0 40px 0;
    /* height: 240px; */
}
.hikaku .hikaku__ttl-sozai .large{
    font-size: clamp(20px,1.66vw,25px);
    display: block;
}
.hikaku .hikaku__ttl-sozai .small{
    font-size: clamp(14px,1.26vw,19px);
    display: block;
    line-height: 1.5;
}
.hikaku .hikaku__cont{
    /* padding-left:3%; */
    border-bottom: 1px solid #ecebef;
    border-right: 1px solid #fff;
    height: 80px;
}
.hikaku .hikaku__cont-flex {
    display: flex;
    gap:12px;
    justify-content: flex-start;
    font-size: clamp(12px, 1.6vw, 100%);
    line-height: 1.5;
    padding: 16px 8px 16px 12%;
}
.hikaku .hikaku__ttl-koumoku{
    text-align: center;
    font-size: clamp(15px,1.26vw,17px);
    font-weight: bold;
    line-height: 1.4;
    width: 10%;
}
.hikaku .hikaku__sozai-flex img{
    width: min(80%, 160px);
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.hikaku{
    margin-top: 13%;
}
.hikaku .hikaku__table{
    width: 220vw;
}
.hikaku .hikaku__ttl-hoken,
.hikaku__ttl-jihi{
    width: auto;
}
.hikaku .hikaku__ttl-sozai{
    width: auto;
}
.hikaku .hikaku__ttl-sozai .large{
    line-height: 1;
    font-size: 120%;
}
.hikaku .hikaku__ttl-sozai .small{
    font-size: 100%;
}
.hikaku .hikaku__ttl-hoken span{
    font-size: 120%;
}
.hikaku .hikaku__sozai-flex{
    height: 20%;
    padding: 0 0 24px 0;
}
.hikaku .hikaku__cont-flex {
    font-size: 80%;
}
.hikaku__cont-flex img{
    width: 15%;
    max-width: 23px;
}
.hikaku .hikaku__ttl-koumoku{
    font-size: 80%;
}
.hikaku .hikaku__ttl-sozai img{
    margin-top: 16px;
}
.hikaku .hikaku__ttl-sozai:nth-of-type(3) img,
.hikaku .hikaku__ttl-sozai:nth-of-type(4) img{
    margin-top: 42px;
}
}



/* 放置しても大丈夫？
------------------------------------------*/
.houchi{
    margin-top: 220px;
    background-color: rgba(220, 214, 212, .2);
    position: relative;
    padding-top:160px;
    padding-bottom: 80px;
}
.houchi .houchi__main-ttl{
    position: absolute;
    left: 50%;
    top: -100px;
    transform: translateX(-50%);
}
.houchi .houchi__no-ttl{
    text-align: center;
    position: relative;
    width: fit-content;
    margin: 0 auto;
    z-index: 1;
}
.houchi .houchi__no-ttl::after{
    display: block;
    content: "";
    width: 133px;
    aspect-ratio: 133 / 125;
    background-image: url(../images/urgent/deco_person3.png);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    right: -50%;
    bottom: -32px;
    z-index: -1;
}
.houchi .houchi__sub-ttl{
    text-align: center;
    /* font-size: clamp(23px,1.8vw,27px); */
    font-size: 180%;
    font-weight: bold;
    color:#fff;
    background-color: #3e5380;
    padding:24px 16px;
    margin-top: 32px;
    margin-bottom: 40px;
    letter-spacing: .15em;
}
.houchi .houchi__list{
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
    gap:80px 70px;
}
.houchi .houchi__list {
    text-align: center;
}
.houchi .houchi__list-item img{
    width: 85%;
}
.houchi .houchi__list .ttl{
    text-align: left;
    /* font-size: clamp(23px,1.73vw,26px); */
    font-size: 180%;
    font-weight: bold;
    margin-top: 40px;
}
.houchi .houchi__list .txt{
    text-align: left;
    margin-top: 24px;
}
.houchi .houchi__outro{
    text-align: center;
    font-weight: bold;
    /* font-size: clamp(16px,1.33vw,20px); */
    font-size: 133%;
    margin-top: 64px;
    padding-top: 48px;
    border-top: 1px solid #bfccd9;
}


/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.houchi{
    margin-top: 200px;
    padding-top: 20%;
}
.houchi .houchi__list{
    grid-template-columns: repeat(auto-fit, minmax(100%, 1fr));
    row-gap: 32px;
}
.houchi .houchi__no-ttl{
    width: auto;
}
.houchi .houchi__no-ttl::after{
    right: 0;
}
.houchi .houchi__sub-ttl{
    font-size: 5.3vw;
}
.houchi .houchi__list .ttl{
    font-size: 140%;
    margin-top: 24px;
}
.houchi .houchi__list .txt{
    margin-top: 16px;
}
.houchi .houchi__outro{
    font-size: 106%;
}
}



/* 飲み込んでしまった場合は？
------------------------------------------*/
.should{
    margin-top: 70px;
}
.should .should__main-ttl{
    background-color: #3e5380;
    color:#fff;
    /* font-size: clamp(18px,1.33vw,23px); */
    font-size: 153%;
    text-align: center;
    letter-spacing: 0.15em;
    border-radius: 50px;
    margin:0 auto;
    padding: 12px;
    max-width: 764px;
}
.should .should__flex{
    display: flex;
    gap:40px;
    align-items: center;
    margin-top: 32px;
}
.should .should__flex-img{
    width: 25%;
}
.should .should__flex-txt{
    width: 75%;
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.should .should__flex{
    flex-direction: column;
}
.should .should__main-ttl{
    font-size: 120%;
}
.should .should__flex-img{
    width: 70%;
}
.should .should__flex-txt{
    width: 100%;
}
}




/* よくあるご質問
------------------------------------------*/
.faq{
    margin-top: 100px;
}
.faq .med_qa_box li dd div{
    min-height: 42px;
}
/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.faq{
    margin-top: 13%;
}
}


/* 再発を防ぐための予防策
------------------------------------------*/
.yobo .yobo__list{
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap:20px;
}
.yobo .yobo__list-item{
    background-color: #3e5380;
    color:#fff;
    text-align: center;
    font-weight: bold;
    /* font-size: clamp(100%,1.13vw,20px); */
    font-size: 133%;
    border-radius: 50%;
    aspect-ratio: 1 / 1;
    display: grid;
    place-content: center;
}
.yobo .yobo__flex{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap:5%;
    margin-top: 74px;
}
.yobo .yobo__flex-ttl{
    /* font-size: clamp(20px,1.13vw,23px); */
    font-size: 153%;
}
.yobo .yobo__flex-txt{
    margin-top: 20px;
}
.yobo .yobo__flex-link{
    margin-top: 40px;
    display: flex;
}
.yobo .yobo__flex-link .med_btn01{
    width: 46%;
    max-width: none;
}
.yobo .yobo__flex-img{
    width: min(40%,375px);
}
.yobo .yobo__flex-cont{
    width: 60%;
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.yobo .yobo__list{
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(24%, 1fr));
    gap:12px;
}
.yobo .yobo__flex{
    flex-direction: column;
    gap: 32px;
    margin-top: 40px;
}
.yobo .yobo__flex-img{
    width: 85%;
    margin: 0 auto;
}
.yobo .yobo__flex-cont{
    width: 100%;
}
.yobo .yobo__flex-link{
    flex-direction: column;
    gap:12px;
}
.yobo .yobo__flex-link .med_btn01{
    width: 100%;
}
.yobo .yobo__list-item{
    /* font-size: clamp(100%,1.13vw,20px); */
    font-size: 80%;
    line-height: 1.5;
}
.yobo .yobo__flex-ttl{
    /* font-size: clamp(20px,1.13vw,23px); */
    font-size: 133%;
}
}



/* 無料矯正相談
------------------------------------------*/
.soudan{
    background-color: rgba(220, 214, 212, .2);
    padding-top: 100px;
    padding-bottom: 80px;
}
.soudan .med_soudan_box{
    padding:0 4%;
}
.soudan .soudan__flex{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap:50px;
}
.soudan .soudan__circle{
    border:1px solid #3e5380;
    border-radius: 50%;
    font-weight: bold;
    color:#3e5380;
    width: 193px;
    aspect-ratio: 1 / 1;
    /* font-size: clamp(20px,1.13vw,24px); */
    font-size: 153%;
    text-align: center;
    display: grid;
    place-content: center;
}
.soudan .soudan__circle .small{
    /* font-size: clamp(13px,1.13vw,15px); */
    font-size: 68%;
}
.soudan .soudan__ttl{
    text-align: left;
    line-height: 1.7;
    position: relative;
}
.soudan .soudan__ttl::after{
    display: block;
    content: "";
    background-image: url(../images/urgent/bg_soudan.svg);
    width: clamp(100px,30%,169px);
    aspect-ratio: 160 / 169;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: -1;
}
.soudan .soudan__ttl .large{
    /* font-size: clamp(24px,2.66vw,40px); */
    font-size: 260%;
}
.soudan .soudan__ttl .small{
    /* font-size: clamp(16px,1.73vw,26px); */
    font-size: 170%;
}
.soudan .soudan_contact{
    margin-top: 40px;
}
.soudan .soudan__outro{
    margin-top: 30px;
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
.soudan .soudan__ttl{
    line-height: 1.5;
}
.soudan .soudan__ttl .large{
    /* font-size: clamp(24px,2.66vw,40px); */
    font-size: 200%;
}
.soudan .soudan__ttl .small{
    font-size: 150%;
}
.soudan .soudan__flex{
    gap: 30px;
}
}


/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.soudan{
    padding-top: 64px;
}
.soudan .soudan__flex{
    flex-direction: column;
    gap: 24px;
}
.soudan .soudan__circle{
    width: 50%;
}
.soudan .soudan__ttl{
    text-align: center;
}
.soudan .soudan__outro{
    text-align: left;
}
.soudan .soudan__circle{
    /* font-size: clamp(20px,1.13vw,24px); */
    font-size: 133%;
    align-self: flex-start;
}
.soudan .soudan__circle .small{
    /* font-size: clamp(13px,1.13vw,15px); */
    font-size: 65%;
}
.soudan .soudan__ttl .large{
    /* font-size: clamp(24px,2.66vw,40px); */
    font-size: 153%;
}
.soudan .soudan__ttl .small{
    /* font-size: clamp(16px,1.73vw,26px); */
    font-size: 106%;
}
.soudan .soudan__ttl::after{
    right: -15%;
    top: -105%;
    width: 45%;
}
}







/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {

}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {

}