@import url(//fonts.googleapis.com/earlyaccess/notosansjapanese.css);

html,
body {
    margin: 0px;
    margin-bottom: 0px;
    margin-right: auto;
    margin-left: auto;
    font-size: 15px;
    color: #333;
    font-family: Noto Sans Japanese, Noto Sans JP, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", arial, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
    line-height: 1.6em;
    -webkit-font-smoothing: antialiased;
    background: #FFF;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
    margin: 0px;
    padding: 0px;
}

p,
td,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4 {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

body {
    min-width: 1000px;
}

/* table,
td,
th {
    border-collapse: collapse;
} */

img {
    border: 0px;
    font-size: 0;
    line-height: 0;
    vertical-align: bottom;
    max-width: 100%;
    transition: 0.5s;
    height: inherit;
}

a,
img {
    transition: 0.5s;
    text-decoration: none;
}

a:hover img {
    opacity: 0.7;
    filter: alpha(opacity=70);
    -ms-filter: "alpha(opacity=70)";
}

.wmain {
    max-width: 1000px;
    margin: 0 auto;
    overflow: hidden;
}

.w12 {
    max-width: 1200px;
    margin: 0 auto;
}

.left {
    float: left
}

.right {
    float: right;
}

.pc {
    display: inline-block;
}

.sp {
    display: none;
}

.center {
    text-align: center;
}

.shd {
    text-shadow: 2px 2px 0px #FFFFFF, 5px 4px 0px rgba(0, 0, 0, 0.15);
}

.ln {
    background: linear-gradient(transparent 60%, #fffc00 0%);
}

.str {
    text-shadow: rgb(255, 255, 255) 3px 0px 0px, rgb(255, 255, 255) 2.83487px 0.981584px 0px, rgb(255, 255, 255) 2.35766px 1.85511px 0px, rgb(255, 255, 255) 1.62091px 2.52441px 0px, rgb(255, 255, 255) 0.705713px 2.91581px 0px, rgb(255, 255, 255) -0.287171px 2.98622px 0px, rgb(255, 255, 255) -1.24844px 2.72789px 0px, rgb(255, 255, 255) -2.07227px 2.16926px 0px, rgb(255, 255, 255) -2.66798px 1.37182px 0px, rgb(255, 255, 255) -2.96998px 0.42336px 0px, rgb(255, 255, 255) -2.94502px -0.571704px 0px, rgb(255, 255, 255) -2.59586px -1.50383px 0px, rgb(255, 255, 255) -1.96093px -2.27041px 0px, rgb(255, 255, 255) -1.11013px -2.78704px 0px, rgb(255, 255, 255) -0.137119px -2.99686px 0px, rgb(255, 255, 255) 0.850987px -2.87677px 0px, rgb(255, 255, 255) 1.74541px -2.43999px 0px, rgb(255, 255, 255) 2.44769px -1.73459px 0px, rgb(255, 255, 255) 2.88051px -0.838247px 0px;
}

h2 {
    text-align: center;
    font-size: 36px;
    line-height: 1.6em;
    font-weight: 900;
}

/*header
*********************/
.header {
    overflow: hidden;
    margin: 0 auto 1px;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
}

.header .wmain {
    padding: 5px 0 10px;
}

.header .hti {
    padding: 5px 0 3px;
}

.header .txt {
    width: 40%;
}

.header h1 {
    font-weight: normal;
    font-size: 14px;
    margin: 0 auto 5px;
}

.header .logo {
    margin: 0;
}

.header .head-cta {
    overflow: hidden;
    position: relative;
    width: 60%;
}

.header ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 15px auto 0;
}

.header .head-cta ul li {
    max-width: 48%;
}

.header .head-cta ul.sp {
    display: none;
}

/*fv
*********************/
.fv {
    overflow: hidden;
    background: url(../img/fv-bg.jpg) center no-repeat;
    background-size: cover;
    border-bottom: 10px solid #1b5383;
}

/*reason
*********************/
.reason {
    padding: 30px 0;
    background: url(../img/reason-bg.png);
}

.reason h2 span {
    font-size: 110%;
}

.reason .cl1 {
    color: #378ed9;
}

.reason .cl2 {
    color: #f98100;
}

.reason ul {
    text-align: center;
    margin: 30px auto 0;
    display: flex;
    justify-content: space-between;
    padding: 15px;
    background: #fff;
    border-radius: 10px;
}

.reason li {
    margin: 0 5px;
    width: 18%;
}

.reason .ti {
    font-weight: bold;
    color: #f98100;
    text-align: center;
    margin: 15px 0;
}

.reason li p {
    text-align: left;
}

/*brand
*********************/
.brand {
    padding: 30px 0;
    text-align: center;
    background: url(../img/brand-bg.jpg) center 0 no-repeat;
    background-size: cover;
}

.brand h2 {
    color: #2f638f;
}

.brand .ti {
    color: #b2910b;
    font-weight: bold;
    font-size: 18px;
    line-height: 1.8em;
}

.brand .center {
    margin: 20px 0;
}

.brand .ctn {
    padding: 35px 20px;
    background: #fff;
    border-radius: 15px;
    border-radius: 3px solid #b2910b;
}

.brand ul {
    display: flex;
    justify-content: space-between;
}

.brand li {
    width: 49%;
    padding: 20px;
    padding-right: 0;
    height: 230px;
}

/*can
*********************/
.can {
    padding: 30px 0;
    background: url(../img/can-bg.png);
}

.can h2 span {
    color: #337ab7;
}

.can ul {
    margin: 25px auto;
    display: flex;
    justify-content: space-between;
}

.can li {
    width: 19%;
    text-align: center;
}

.can .ti {
    padding: 10px;
    margin: 0 auto 5px;
    color: #fff;
    text-align: center;
    font-weight: bold;
    background: #337ab7;
}

.can li {
    text-align: left;
}

.can .tis {
    font-weight: 900;
    font-size: 24px;
    color: #337ab7;
    text-align: center;
}

/*cta
*********************/
.cta {
    background: url(../img/cta-bg.jpg) center no-repeat;
    background-size: cover;
}

.cta .wmain {
    padding: 100px 0 25px;
}

.cta .ctn {
    position: relative;
    background: rgba(255, 255, 255, 0.9);
    padding: 30px 20px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.cta ul {
    display: flex;
    justify-content: space-between;
}

.cta li {
    max-width: 32.5%;
}

.cta .img {
    position: absolute;
    bottom: 0;
    left: 5px;
}

.cta .inr {
    float: right;
    width: 78%;
}

.cta .wrp {
    overflow: hidden;
}

/*staff
*********************/
.staff {
    background: #f4f4f4;
}

.staff h2 {
    padding: 20px 0;
    background: #2f638f;
    color: #fff;
}

.staff .wmain {
    padding: 30px 0;
}

.staff ul {
    display: flex;
    justify-content: space-between;
    text-align: center;
}

.staff li {
    width: 30.5%;
    background: #fff;
    padding: 8px;
}

.staff .ti {
    text-align: center;
    margin: 0 0 10px;
    font-weight: bold;
    color: #2e365b;
}

.staff p {
    text-align: left;
}

.staff .txt {
    padding: 10px;
}

/*jisseki
*********************/
.jisseki {
    padding: 30px 0;
}

.jisseki .ti {
    margin: 20px 0;
}

.jisseki ul {
    display: flex;
    justify-content: space-between;
}

.jisseki li {
    width: 48%;
    border: 3px solid #2f638f;
}

.jisseki table {
    width: 100%;
}

.jisseki th,
.jisseki td {
    padding: 10px 20px;
    font-weight: bold;
}

.jisseki td {
    border-bottom: 1px dashed #ddd;
}

.jisseki th {
    text-align: center;
    padding: 15px;
    background: #2f638f;
    font-size: 150%;
    color: #fff;
}

.jisseki .cl {
    text-align: right;
    color: #ff8400;
    font-size: 120%;
}

/*jirei
*********************/
.jirei {
    background: #f4f4f4;
}

.jirei h2 {
    padding: 20px 0;
    background: #1487e9;
    color: #fff;
}

.jirei .wmain {
    padding: 30px 0;
}

.jirei ul {
    display: flex;
    justify-content: space-between;
    text-align: center;
}

.jirei li {
    padding: 10px;
    background: #fff;
    width: 30.5%;
}

.jirei .ti {
    font-weight: bold;
    text-align: center;
    margin: 0 0 10px;
    color: #ff8400;
}

.jirei li p {
    text-align: left;
}

.jirei .txt {
    padding: 10px;
}

.jirei .img {
    border: 1px solid #eee;
}

/*area
*********************/
.area {
    padding: 30px 0;
    color: #fff;
    background: #2f638f;
}

.area .img {
    margin: 20px auto 0;
}

/*flow
*********************/
.flow {
    overflow: hidden;
    padding: 30px 0;
}

.flow h2 {
    color: #2f638f;
}

.flow ul {
    overflow: hidden;
    text-align: center;
    margin: 30px auto;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    width: 95%;
}

.flow li {
    width: 18%;
    position: relative;
    margin: 0 20px 15px;
    background: #e9f5ff;
    padding: 10px;
}

.flow li:after {
    content: "";
    position: absolute;
    width: 26px;
    height: 41px;
    background: url(../img/flow-ar.png) center no-repeat;
    background-size: contain;
    top: 92px;
    right: -34px;
}

.flow li:last-child:after {
    display: none;
}

.flow li .ti {
    font-size: 18px;
    font-weight: bold;
    color: #2f638f;
    text-align: center;
    margin: 10px 0;
}

.flow li p {
    text-align: left;
}

.flow .wrn {
    text-align: center;
    padding: 20px;
    border-radius: 15px;
    background: #feffe7;
    margin: 0 auto;
    width: 85%;
}

/*qa
*********************/
.qa {
    overflow: hidden;
    padding: 30px 0;
    background: url(../img/qa-bg.png);
}

.qa h2 {
    color: #2f638f;
}

.qa ul {
    margin: 30px auto 0;
}

.qa ul li {
    overflow: hidden;
    margin: 0 0 5px;
}

.qa ul li .q {
    background: url(../img/qa-ar.png) right 15px center no-repeat #2f638f;
    padding: 2px 5px;
    cursor: pointer;
}

.qa ul li .q p {
    background: url(../img/qa-q.png) 5px 6px no-repeat;
    padding: 12px 0 12px 50px;
    font-size: 17px;
    color: #fff;
}

.qa ul li .a {
    padding: 10px 15px;
    display: none;
}

.qa ul li .a p {
    background: url(../img/qa-a.png) 0 8px no-repeat;
    padding: 12px 0 12px 40px;
    font-size: 16px;
    line-height: 1.6em;
}

.qa ul li .a.open {
    display: block;
}

/*contact
*********************/
.mask {
    overflow: hidden;
    margin: 20px auto 0;
    height: 20px;
}

.mask:after {
    content: '';
    display: block;
    margin: -25px auto 0;
    width: 100%;
    height: 25px;
    border-radius: 125px / 12px;
    box-shadow: 0 0 8px #ddd;
}

.contact {
    padding: 30px 0;
}

.contact .sub {
    color: #ff6c00;
    text-align: center;
    font-size: 16px;
    line-height: 1.4em;
    margin: 10px 0;
    font-weight: bold;
}

.contact .mailform {
    padding: 10px;
    color: #222;
    width: 65%;
    margin: 10px auto 0;
}

.contact table {
    text-align: left;
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    margin: 0 0 20px
}

.contact table th,
.contact table td {
    padding: 15px 0;
    vertical-align: middle;
}

.contact table th {
    font-weight: normal;
    font-size: 16px;
    text-align: left;
    width: 35%;
    position: relative;
}

.contact table td {
    width: 75%;
    padding: 5px 30px;
}

.contact .form-text,
.contact .form-textarea {
    width: 100%;
    height: 45px;
    border: 1px solid #D6D6D6;
    background: #fff;
    padding: 3px;
    box-sizing: border-box;
    -webkit-appearance: none;
    border-radius: 4px;
    font-size: 14px;
}

.contact select {
    width: 100%;
    height: 45px;
    border: 1px solid #D6D6D6;
    background: #fff;
    padding: 3px;
    box-sizing: border-box;
    border-radius: 4px;
    font-size: 14px;
}

.contact .form-textarea {
    height: 80px;
}

input[type="submit"],
input[type="button"] {
    cursor: pointer;
}

.contact table th:before {
    content: '';
    position: absolute;
    right: 15px;
    top: 0;
    bottom: 0;
    margin: auto 0;
    width: 38px;
    height: 24px;
    background-size: cover;
}

.contact table th.hissu:before {
    background: url(../img/contact-hissu.png) no-repeat;
}

.contact table th.nini:before {
    background: url(../img/contact-nini.png) no-repeat;
}

.contact input[type=radio] {
    display: inline-block;
    margin-right: 6px;
}

.contact input[type=radio]+label {
    position: relative;
    display: inline-block;
    margin-right: 20px;
    font-size: 16px;
    line-height: 30px;
    cursor: pointer;
}

.contact input[type=radio] {
    display: none;
    margin: 0;
}

.contact input[type=radio]+label {
    padding: 0 0 0 24px;
}

.contact input[type=radio]+label::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    width: 18px;
    height: 18px;
    margin-top: -9px;
    background: #FFF;
}

.contact input[type=radio]+label::before {
    border: 1px solid #999;
    border-radius: 30px;
}

.contact input[type=radio]:checked+label::after {
    content: "";
    position: absolute;
    top: 50%;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    left: 5px;
    width: 8px;
    height: 8px;
    margin-top: -4px;
    background: #ff2900;
    border-radius: 8px;
}

.contact input[type=radio]:checked+label {
    color: #ff2900;
    font-weight: bold;
}

.contact input[type=radio]:checked+label::before {
    border: 1px solid #ff2900;
}

.confirm table th,
.confirm table td {
    border-bottom: 1px dotted #CCC;
}

.form-btn-conf {
    background: url(../img/contact-confirm.png) center no-repeat;
    background-size: contain;
}

.form-btn-back {
    background: url(../img/contact-back.png) center no-repeat;
    background-size: contain;
}

.form-btn-send {
    background: url(../img/contact-send.png) center no-repeat;
    background-size: contain;
}

.form-btn {
    width: 290px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    border: none;
    border-radius: 5px;
    -webkit-appearance: none;
    text-indent: -999px;
}

.form-btn:hover {
    opacity: 0.7;
    filter: alpha(opacity=70);
    -ms-filter: "alpha(opacity=70)";
    transition: 0.5s;
}

.mail-btn li {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: top;
}

.contact .footer p {
    font-weight: normal;
}

.contact .footer p span {
    font-weight: bold;
}

.copyright {
    text-align: center;
    padding: 15px;
    font-size: 12px;
}

.contact .cfm {
    background: #FFF;
    padding: 10px 10px;
    text-align: center;
    font-size: 16px;
    line-height: 2em;
    margin: 0;
    color: #333;
}

.contact .thx {
    padding: 50px;
    text-align: center;
    font-size: 16px;
    line-height: 2em;
    margin: 0;
    color: #000;
}

.contact .thx p {
    color: #222;
    font-weight: normal;
}

.contact .btn-tosite {
    background-color: #555;
    border: none;
    color: white;
    padding: 10px 25px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 14px;
    margin: 50px 2px 0;
    cursor: pointer;
    border-radius: 4px;
    font-weight: bold;
}

.contact .s {
    font-size: 11px;
    color: #999;
}

#formWrap {
    text-align: center;
}

.formwrap {
    padding: 20px;
    margin: 20px 0;
}

.error,
.error_messe {
    color: red;
}

.bold {
    font-size: 16px;
    font-weight: bold;
}

#contact .footer p {
    font-weight: normal;
}

#contact .footer p span {
    font-weight: bold;
}

.copyright {
    text-align: center;
    padding: 15px;
    font-size: 12px;
}

#contact .thx {
    background: #FFF;
    padding: 50px;
    text-align: center;
    font-size: 16px;
    line-height: 2em;
    margin: 0;
    color: #000;
}

#contact .thx p {
    color: #222;
    font-weight: normal;
}

#contact .btn-tosite {
    background-color: #555;
    border: none;
    color: white;
    padding: 10px 25px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 14px;
    margin: 50px 2px 0;
    cursor: pointer;
    border-radius: 4px;
    font-weight: bold;
}

#contact.confirm p {
    color: #222;
    font-weight: normal;
    font-size: 16px;
}

#contact.confirm .error,
#contact.confirm .error_messe {
    color: red;
}

#formWrap {
    text-align: center;
}

.formwrap {
    padding: 20px;
    margin: 20px 0;
}

.cln {
    border-top: 1px solid #eee;
}

.terms-block {
    margin-bottom: 30px;
    padding: 15px;
    background: #eee;
}

.terms-block p {
    margin-bottom: 0;
    margin: 0 0 10px;
}

.terms-block p.center strong {
    font-weight: bold;
    font-size: 17px;
    border: none;
}

.terms-block p strong {
    font-weight: bold;
    border-bottom: 1px dotted #ddd;
    display: block;
    margin: 0 0 5px;
    padding: 0 0 5px;
}

.terms-block .terms-inner {
    height: 180px;
    margin-top: 10px;
    margin-bottom: 15px;
    padding: 15px;
    overflow-y: scroll;
    line-height: 1.7;
    font-size: 12px;
    background: #fff;
    border: 1px solid #ccc;
}

.terms-block ol+p {
    margin-top: 25px;
    padding-top: 25px;
    border-top: 1px solid #ddd;
}

.input-block p {
    margin-bottom: 0;
    line-height: 1.5;
}

.terms-block .acceptance {
    text-align: center;
    font-size: 20px;
}

.contact span {
    font-size: 10px;
}

/*footer
*********************/
.footer {
    padding: 40px 0 0;
    background: #f7f7f7;
    text-align: center;
}

.footer h2 {
    font-size: 18px;
    line-height: 1.8em;
    position: relative;
    margin: 0 0 15px;
    padding: 0 0 15px;
}

.footer h2:after {
    position: absolute;
    content: "";
    height: 1px;
    background: #ddd;
    width: 100px;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.footer span {
    font-weight: bold;
}

.copyright {
    padding: 14px 0;
    text-align: center;
    font-size: 14px;
    background: #2f638f;
    margin: 40px 0 0;
    color: #fff;
}

.gotop {
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 2;
}

.reflection {
    height: 100%;
    width: 30px;
    position: absolute;
    top: -180px;
    left: 0;
    background-color: #fff;
    opacity: 0;
    transform: rotate(45deg);
    animation: reflection 3s ease-in-out infinite;
    -webkit-transform: rotate(45deg);
    -webkit-animation: reflection 3s ease-in-out infinite;
    -moz-transform: rotate(45deg);
    -moz-animation: reflection 3s ease-in-out infinite;
    -ms-transform: rotate(45deg);
    -ms-animation: reflection 3s ease-in-out infinite;
    -o-transform: rotate(45deg);
    -o-animation: reflection 3s ease-in-out infinite;
}

@keyframes reflection {
    0% {
        transform: scale(0) rotate(45deg);
        opacity: 0;
    }

    80% {
        transform: scale(0) rotate(45deg);
        opacity: 0.5;
    }

    81% {
        transform: scale(4) rotate(45deg);
        opacity: 1;
    }

    100% {
        transform: scale(50) rotate(45deg);
        opacity: 0;
    }
}

@-webkit-keyframes reflection {
    0% {
        -webkit-transform: scale(0) rotate(45deg);
        opacity: 0;
    }

    80% {
        -webkit-transform: scale(0) rotate(45deg);
        opacity: 0.5;
    }

    81% {
        -webkit-transform: scale(4) rotate(45deg);
        opacity: 1;
    }

    100% {
        -webkit-transform: scale(50) rotate(45deg);
        opacity: 0;
    }
}

@-moz-keyframes reflection {
    0% {
        -moz-transform: scale(0) rotate(45deg);
        opacity: 0;
    }

    80% {
        -moz-transform: scale(0) rotate(45deg);
        opacity: 0.5;
    }

    81% {
        -moz-transform: scale(4) rotate(45deg);
        opacity: 1;
    }

    100% {
        -moz-transform: scale(50) rotate(45deg);
        opacity: 0;
    }
}

@-ms-keyframes reflection {
    0% {
        -ms-transform: scale(0) rotate(45deg);
        opacity: 0;
    }

    80% {
        -ms-transform: scale(0) rotate(45deg);
        opacity: 0.5;
    }

    81% {
        -ms-transform: scale(4) rotate(45deg);
        opacity: 1;
    }

    100% {
        -ms-transform: scale(50) rotate(45deg);
        opacity: 0;
    }
}

@-o-keyframes reflection {
    0% {
        -o-transform: scale(0) rotate(45deg);
        opacity: 0;
    }

    80% {
        -o-transform: scale(0) rotate(45deg);
        opacity: 0.5;
    }

    81% {
        -o-transform: scale(4) rotate(45deg);
        opacity: 1;
    }

    100% {
        -o-transform: scale(50) rotate(45deg);
        opacity: 0;
    }
}

/* table */
.area6-img {
    text-align: center;
}

#area6 table {
    width: 100%;
    color: rgb(37 100 152);
    text-align: center;
    font-weight: bold;
    border-spacing: 20px 10px;
    margin-bottom: 50px;
    font-size: 18px;
}

#area6 td:first-child {
    width: 30%;
    color: #fff;
}

#area6 td:not(:first-child) {
    background: #fff;
    display: flex;
    justify-content: space-around;
}

.th-right {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1rem;
}
@media screen and (max-width: 425px){
   .th-right{
    flex-direction: column;
   } 
}

#area6 th:last-child {
    display: flex;
    justify-content: space-around;
}

#area6 table img {
    position: absolute;
    bottom: -100%;
    left: -120%;
}

#area6 td,
#area6 th {
    padding: 20px;
}

.td01 {
    background-image: url(../img/can1.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position-y: 50%;
}

.td02 {
    background-image: url(../img/can2.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position-y: 50%;
}

.td03 {
    background-image: url(../img/can3.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position-y: 50%;
}

.td04 {
    background-image: url(../img/can4.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position-y: 50%;
}

.td05 {
    background-image: url(../img/can5.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position-y: 50%;
}

.brand_list {
    display: flex;
    justify-content: space-between;
}

.brand_box p {
font-weight: bold;
    text-align: left;
    font-size: 14px;
    margin-top: 10px;
}

.brand_box1 {
    width: 40%;
}

.brand_box2 {
    width: 60%;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    margin-left: 30px;
    justify-content: space-between;
}

.brand_box2 img {
    width: 180px;
}

@media screen and (max-width: 425px) {
    .brand li {
        padding: 0;
        height: auto;
        margin-top: 10px;
    }
    .brand_box2 {
        margin-left: 10px;
        width: 50%;
    }
    .brand_box1 {
        width: 50%;
    }
}
.now-sum{
    background-color: #f78000;
    border-radius: 5rem;
    color: #fff;
    position: relative;
    width: 80px;
    font-weight: bold;
    height: 80px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    line-height: 1.3rem;
    margin-bottom: 8px;
}
.now-sum span.big{
    font-size: 1.1rem;
}
.now-sum::after{
    content: "";
    margin: 0;
    position: absolute;
    top: 50%;
    right: -47%;
    width: 15px;
    transform: translate(0, -50%);
    height: 0;
    border-bottom: 10px solid transparent;
    border-top: 10px solid transparent;
    border-left: 15px solid #f78000;
    border-right: 15px solid transparent;
}
.now-sum.dark{
    background-color: #e98000;
}
.now-sum.dark::after{
    border-left: 15px solid #e98000;
}
@media screen and (max-width: 425px) {
    .now-sum{
        width: 60px;
        height: 60px;
    }
    .now-sum::after, .now-sum.dark::after{
        top: 103%;
        right: 10%;
        transform: translate(0%, 0) rotate(90deg);
    }
}
