* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

html {
    font-size: 62.5%;
}

body {
    font-family: "Hiragino Sans", sans-serif;
    font-size: 1.6rem;
    color: #000000;
    font-weight: 400;
}

a {
    display: inline-block;
    color: inherit;
    text-decoration: none;
}

a:hover {
    /* color: #777; */
}

:focus {
    outline: medium;
}

ol,
ul {
    list-style: none;
}

img {
    max-width: 100%;
    height: auto;
    display: block;
}

header {
    background-color: #19B92C;
}

.header-wrapper {
    max-width: 1164px;
    margin: auto;
    /* margin: 0 9.5rem; */
    font-size: 1.4rem;
    display: flex;
    align-items: center;
    color: #fff;
    height: 120px;
    padding: 0 2rem;
}

.header-wrapper .logo {
    width: 195px;
}

.header-wrapper .navbar {
    margin-left: 4rem;
    display: flex;
}

.header-wrapper .navbar li {
    padding: 0 1.2rem;
    line-height: 26px;
}

.header-wrapper .navbar li:hover {
    background-color: #91D799;
    border-radius: 4px;
}

.header-wrapper .header-right {
    margin-left: auto;
    display: flex;
}

.header-wrapper .header-right li {
    display: flex;
    align-items: center;
    padding: 0 1rem;
    line-height: 26px;
}

.header-wrapper .header-right li a {
    display: flex;
    align-items: center;
}

.header-wrapper .header-right li img {
    margin-right: 5px;
}

.container {
    padding: 4rem 2rem 8rem;
    margin: auto;
    max-width: 1164px;
}

.breadcrumb {
    display: flex;
    align-items: center;
    font-size: 13px;
    white-space: nowrap;
    overflow: hidden;
}

.breadcrumb li:last-child {
    color: #9F9F9F;
}

.breadcrumb li+li {
    margin-left: 2rem;
}

.breadcrumb li+li::before {
    content: '\f054';
    font-family: FontAwesome;
    margin-right: 7px;
    color: #000000;
}

.pagetitle {
    font-size: 36px;
    margin: 2rem 0 2rem;
    font-weight: normal;
}

.pagetitle span {
    font-size: 17px;
    display: block;
}

.content {
    overflow: hidden;
    padding-top: 10px;
}

.sidebar {
    width: 240px;
    float: left;
    padding-left: 15px;
}

.sidebar .sidebar-item {
    font-size: 17px;
    margin-bottom: 2.5rem;
}

.sidebar .sidebar-item .color {
    width: 17px;
    height: 17px;
    border-radius: 50%;
    border: 1px solid #000000;
    margin-right: 5px;
}

.sidebar .sidebar-item .color.white {
    background-color: #fff;
}

.sidebar .sidebar-item .color.black {
    background-color: #000;
}

.sidebar .sidebar-item .color.red {
    background-color: #ff478d;
    border: 1px solid #ff478d;
}

.sidebar .sidebar-item .color.blue {
    background-color: #468cfc;
    border: 1px solid #468cfc;
}

.sidebar .sidebar-item .color.green {
    background-color: #19b92c;
    border: 1px solid #19b92c;
}

.sidebar .sidebar-item .color.yellow {
    background-color: #fefd03;
}

.sidebar .sidebar-item .color.purple {
    background-color: #a42eff;
    border: 1px solid #a42eff;
}

.sidebar .sidebar-item .color.ash {
    background-color: #9f9f9f;
}

label.choose {
    display: flex;
    align-items: center;
}

label.choose input {
    margin-right: 7px;
}

label.choose a {
    color: #0346F8;
    text-decoration: underline;
}

.cont-wrapper {
    padding-left: 240px;
}

.cont-wrapper .search {
    background-color: #91D799;
    border-radius: 6px;
    font-size: 1.7rem;
    display: flex;
    align-items: flex-start;
    padding: 7px 2rem 0;
    min-height: 48px;
}

.cont-wrapper .search .search-ttl {
    margin: 6px 30px 0 0;
}

.cont-wrapper .search .search-item {
    flex: 1;
    display: flex;
    flex-wrap: wrap;
}

.cont-wrapper .search .search-item li {
    background-color: #fff;
    border-radius: 17px;
    line-height: 34px;
    padding: 0 18px;
    margin-right: 1rem;
    margin-bottom: .7rem;
}

.cont-wrapper .search .search-item li i {
    cursor: pointer;
}

.cont-wrapper .search-cont {
    margin-bottom: 2rem;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
}

.cont-wrapper .search-cont li {
    border: 1px solid #707070;
    float: left;
    padding: 15px;
    width: calc((100% - 45px) / 4);
    margin-right: 15px;
    margin-bottom: 25px;
    position: relative;
    cursor: pointer;
    display: flex;
    flex-direction: column;
}

.cont-wrapper .search-cont li:hover::before {
    content: "";
    background-color: #707070;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.1;
}

.cont-wrapper .search-cont li:nth-child(4n) {
    margin-right: 0;
}

.cont-wrapper .search-cont li:nth-child(4n+1) {
    clear: both;
}

.cont-wrapper .search-cont li img {
    margin: auto;
    border: 1px solid #707070;
    max-width: 100%;
    max-height: 100%;
}

.cont-wrapper .search-cont li .sc-img {
    height: 182px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.cont-wrapper .search-cont li .sc-name {
    font-size: 13px;
    margin-top: 10px;
}

.cont-wrapper .search-cont li .sc-size {
    font-size: 12px;
    margin-bottom: 5px;
    display: flex;
    justify-content: space-between;
    margin-top: auto;
}

.cont-wrapper .search-cont li .btn {
    font-size: 14px;
    line-height: 30px;
    position: relative;
    padding: 0;
}

.cont-wrapper .search-cont li:hover .btn {
    opacity: 0.5;
}


/* 步骤条 */

.md-steps {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    padding: 1.5rem 0;
}

.md-steps .steps {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    width: 145px;
}

.md-steps .steps::before {
    content: '';
    width: 100%;
    height: 2px;
    background-color: #9F9F9F;
    position: absolute;
    bottom: 50px;
    left: 50%;
}

.md-steps .steps:last-child:before {
    content: none;
}

.md-steps .steps.is-success::before {
    background-color: #19B92C;
}

.md-steps .steps .step-text {
    width: 41px;
    background-color: #9F9F9F;
    border: 2px solid #9F9F9F;
    border-radius: 50%;
    color: #fff;
    text-align: center;
    font-size: 17px;
    line-height: 37px;
    margin-bottom: 10px;
    position: relative;
}

.md-steps .steps .step-ttl {
    font-size: 13px;
    flex: 1;
}

.md-steps .steps.is-success .step-text {
    background-color: #19B92C;
    border: 2px solid #19B92C;
}

.md-steps .steps.is-process .step-text {
    background-color: #19B92C;
    border: 2px solid #19B92C;
    width: 55px;
    line-height: 51px;
    margin-bottom: 3px;
}

.md-steps .steps.is-process .step-text::before {
    content: '';
    width: 42px;
    height: 42px;
    border: 1px solid #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
}


/* 简介分页 */

.pagesimple {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.pagesimple .page {
    display: flex;
    align-items: center;
    margin-left: 2rem;
}

.pagesimple .page li {
    padding: 0 7px;
}

.pagesimple .page li.disabled {
    color: #9F9F9F;
}

.pagesimple .head {
    margin-right: 10px;
}

.pagesimple .head.disabled {
    color: #9F9F9F;
}


/* 分页 */

.pagination {
    display: flex;
    padding-left: 0;
    list-style: none;
    border-radius: 0.25rem;
}

.page-link {
    position: relative;
    display: block;
    padding: 0 10px;
    margin: 0 5px;
    line-height: 38px;
    color: #19B92C;
    background-color: #fff;
    border: 1px solid #19B92C;
    font-size: 18px;
    border-radius: 4px;
    display: flex;
    align-items: center;
    height: 40px;
}

.page-item.disabled .page-link {
    color: #9F9F9F;
    cursor: auto;
}

.page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: #19B92C;
    border-color: #19B92C;
}

.page-item:first-child .page-link {
    border-color: transparent;
}

.page-item:last-child .page-link {
    border-color: transparent;
}

.page-item.ellipsis .page-link {
    border-color: transparent;
    padding: 0 8px;
}

.page-link i {
    font-size: 24px;
}

.templatechoose {
    display: flex;
    justify-content: center;
}

.templatechoose .btn {
    padding: 0 20px;
}

.templatechoose .btn+.btn {
    margin-left: 10px;
}


/* 注文履歴一覧 */

.order-list {
    margin-bottom: 4rem;
}

.order-list .order-list-item {
    border: 1px solid #707070;
    margin-bottom: 2rem;
}

.order-list .oli-head {
    background-color: #F6F8F7;
    border-bottom: 1px solid #707070;
    padding: 16px 50px 15px 15px;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.order-list .oli-head .head-l {}

.order-list .oli-head .head-r a {
    text-decoration: underline;
    color: #0346F8;
}

.order-list .oli-cont {
    padding: 15px;
}

.order-list .oli-cont .cont-date {
    font-size: 20px;
    margin-bottom: 2rem;
}

.order-list .oli-cont .inner {
    display: flex;
    font-size: 14px;
}

.order-list .oli-cont .inner .orderimg {
    margin: 0 4rem 0 1rem;
    width: 82px;
}

.order-list .oli-cont .inner .cont-left {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.order-list .oli-cont .inner .cont-left span {
    padding-left: 2rem
}

.order-list .oli-cont .inner .cont-left .orderbtn .btn+.btn {
    margin-left: 10px;
}

.order-list .oli-cont .inner .price {
    margin-left: auto;
}

.order-list .oli-cont .inner .price li {
    display: flex;
    justify-content: space-between;
    line-height: 24px;
}

.order-list .oli-cont .inner .price li .price-ttl {
    text-align: right;
    margin-right: 9rem;
}

.ordernone {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.ordernone p {
    font-size: 1.7rem;
    margin-top: 2.5rem;
    text-align: center;
}

.ordernone p span {
    font-size: 1.4rem;
    display: block;
    margin-top: 3rem;
}

.ordernone p a {
    color: #0346F8;
    text-decoration: underline;
}


/* コンテンツ登録　ハガキコンテンツ入力 */

.secondtitle {
    font-weight: normal;
    font-size: 2.8rem;
    border-bottom: 4px solid #19B92C;
    margin-bottom: 3rem;
    padding-top: 3rem;
}

.thirdtitle {
    font-size: 1.7rem;
}

.content-regist {}

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

.content-regist .regist-image .image-left {
    /* margin-right: 2rem; */
}

.content-regist .regist-image .image-right {
    margin-left: 2rem;
    flex: 1;
}

.content-regist .regist-image .ttl {
    font-size: 1.7rem;
    margin: 10px 0 5px;
}

.content-regist .regist-text .ttl {
    margin: 30px 0 5px;
}

.content-regist .regist-image .coupon-text {
    flex: 1;
    margin-left: 5rem;
}

.content-regist .regist-image .coupon-text .imgchoose .item .imgname {
    flex: 1;
}

.content-regist .imgadd {
    display: flex;
    flex-wrap: wrap;
}

.content-regist .imgadd .item {
    width: calc(25% - 10px);
    margin: 10px;
}

.content-regist .imgadd .item .imgname {
    display: flex;
    flex-direction: column;
}

.content-regist .imgadd .item .imgname .left {
    text-align: center;
}

.content-regist .imgadd .item .imgname .right {
    border: 1px solid #707070;
    height: 113px;
    margin: 5px 0 10px 0;
    display: flex;
    align-items: center;
}

.content-regist .imgadd .item .imgname .right span {
    padding: 10px;
}

.content-regist .imgadd .item .imgname .right img {
    max-height: 100%;
    margin: auto;
}

.content-regist .imgadd .item .imgsize {
    font-size: 1.3rem;
}

.content-regist .imgadd .item .btn {
    padding: 0 5px;
}

.content-regist .regist-image .imgchoose .item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 10px;
}

.content-regist .regist-image .imgchoose .item .imgname {
    border: 1px solid #707070;
    margin-right: 10px;
    width: 360px;
    display: flex;
    line-height: 32px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.content-regist .regist-image .imgchoose .item .imgname .left {
    background-color: #F5F5F6;
    line-height: 32px;
    display: inline-block;
    padding: 0 8px 0 10px;
    border-right: 1px solid #707070;
    margin-right: 10px;
    position: relative;
    width: 85px;
}

.content-regist .regist-image .imgchoose .item .imgname .left::before {
    content: '';
    width: 2px;
    height: 22px;
    border: 1px solid #19B92C;
    background-color: #19B92C;
    border-radius: 4px;
    position: absolute;
    top: 4px;
    left: 3px;
}

.content-regist .regist-image .imgchoose .item .imgname .emptyline::before {
    background-color: #fff;
}

.content-regist .regist-image .imgchoose .item .imgname .right {
    white-space: pre-line;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-right: 5px;
    flex: 1;
}

.content-regist .regist-image .imgchoose .item .imgname .right span {
    cursor: pointer;
}

.content-regist .regist-image .imgchoose .item .textnumber {
    font-size: 1.1rem;
    color: #19B92C;
    line-height: 1.3;
    margin-left: auto;
    margin-right: 10px;
    width: 75px;
    text-align: right;
}

.content-regist .regist-image .imgchoose .item .textnumber .textCount {
    font-size: 1.8rem;
}

.content-regist .regist-image .imgchoose .item .contgroup {
    flex: 1;
    margin-right: 2rem;
}

.content-regist .regist-image .imgchoose .item .contgroup .imgname {
    width: 100%;
}

.content-regist .regist-text {
    margin-bottom: 4rem;
}

.content-regist .regist-text .image-left {
    width: 100%;
}

.content-regist .regist-text .imgchoose .item .imgname {
    flex: 1;
    margin-right: 3rem;
    padding-right: 0;
}

.content-regist .imgchoose .item input {
    border: 0;
    width: 100%;
    font-size: 1.6rem;
    flex: 1;
    line-height: 34px;
}

.content-regist .imgchoose .item textarea {
    font-size: 1.6rem;
    width: 100%;
    padding: 5px 0;
    line-height: 24px;
    border: 0;
    /* height: 34px; */
    flex: 1;
}

.content-regist .regist-btnbox {
    font-size: 0;
    display: flex;
    justify-content: flex-end;
    width: 654px;
    margin-left: auto;
    margin-top: 20px;
    padding-left: 10px;
}

.content-regist .regist-btnbox .btn {
    width: 50%;
    padding: 0 5px;
}

.content-regist .typechoice {
    display: flex;
    flex-wrap: wrap;
    margin-left: 20px;
}

.content-regist .typechoice .choose {
    margin-right: 3rem;
}

.order-detail {
    padding-top: 2rem;
}

.order-detail .order-imgage {
    border: 1px solid #707070;
    width: 200px;
    padding: 1.5rem;
    margin-bottom: 15px;
}

.order-detail .order-imgage img {
    margin: auto;
}

.order-detail .order-imgage .name {
    font-size: 1.3rem;
    margin-top: 5px;
    display: inline-block;
}

.order-detail .order-imgage .size {
    font-size: 14px;
    display: flex;
    justify-content: space-between;
}

.order-detail .regist-image .image-right {
    margin-left: 4rem;
    flex: 1;
    overflow: hidden;
}

.order-detail .regist-image .imgchoose .item .imgname {
    margin-right: 0;
    width: 100% !important;
}

.order-detail .regist-image .imgchoose .item .imgname .left {
    width: 85px;
}

.order-detail .regist-image .imgchoose .item .imgname .left::before {
    content: none;
}

.od-baseinfo {
    border: 1px solid #707070;
    padding: 10px 20px;
    line-height: 30px;
    margin-bottom: 2rem;
}

.od-baseinfo span {
    margin-right: 4em;
}

.order-price {
    margin-top: 6rem;
}

.order-price .price-cont {
    border: 1px solid #707070;
    padding: 20px;
}

.order-price .price-cont ul {
    font-size: 1.4rem;
    float: left;
    margin-right: 5rem;
}

.order-price .price-cont ul li {
    display: flex;
    justify-content: space-between;
    width: 308px;
    line-height: 22px;
}

.order-price .price-cont ul li span {
    /*width: 85px;*/
    display: inline-block;
    text-align: right;
}

.order-price .price-cont .tips {
    font-size: 1.4rem;
    margin-bottom: 10px;
}

.order-address {
    margin: 9rem 0 0;
}

.receipt {
    color: #0346F8;
    text-decoration: underline;
}

.btn-inner {
    font-size: 0;
    text-align: center;
    margin-top: 4.5rem;
}

.btn-inner .btn {
    margin-right: 3rem;
}

.btn-inner .btn:last-child {
    margin-right: 0;
}

.imgnone {
    padding: 5rem 0;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.imgnone p {
    margin-top: 2rem;
}

.content-address {
    padding-top: 3rem;
}

.content-address .address {
    margin: 0 0 2rem;
    overflow: hidden;
}

.content-address .address-left {
    margin-right: 5rem;
    flex-shrink: 0;
    float: left;
}

.csvfileinner {
    display: flex;
    align-items: center;
    margin-bottom: 1rem;
    overflow: hidden;
}

.csvfileinner .csvfile {
    border: 1px solid #707070;
    border-radius: 2px;
    margin-right: 2rem;
    float: left;
    flex: 1;
}

.csvfileinner .csvfile .ttl {
    padding: 0 10px;
    border-right: 1px solid #707070;
    line-height: 34px;
    margin-right: 10px;
    float: left;
}

.csvfileinner .csvfile .file-uploader {
    height: 28px;
    margin-top: 3px;
    float: left;
}

.csvfileinner .csvfile .btn-csv {
    font-size: 1rem;
    line-height: 26px;
    padding: 0 15px;
}

.csvfileinner .csvfile .csvname {
    line-height: 34px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    flex: 1;
}

.csvfileinner .csvfile-add {
    float: left;
}

.content-address .address-left .choose+.choose {
    margin-top: 10px;
}

.content-address .address-right {
    font-size: 1.7rem;
    margin-top: 2rem;
}

.content-address .address-right .tips a {
    color: #0346F8;
    text-decoration: underline;
}

.content-address .address-right .notes {
    margin-top: 2rem;
}

.content-address .address-right .notes .ttl {}

.content-address .address-right .notes .cont {
    background-color: #F5F5F6;
    border-radius: 2px;
    padding: 10px;
}

.capture-result {
    background-color: #FAFF71;
    border-radius: 2px;
    font-size: 2rem;
    display: flex;
    padding: 5px 12px;
    align-items: center;
    min-height: 54px;
}

.capture-result .number {
    color: #FD0000;
}

.capture-result .confirm {
    color: #0346F8;
    text-decoration: underline;
}

.capture-result .close {
    font-size: 3rem;
    margin-left: auto;
    line-height: 1;
}

.address-total {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 3rem 0 1rem;
}

.address-total .total {
    font-size: 1.7rem;
}

.address-total .total span {
    color: #19B92C;
    margin-left: 2rem;
}

.checkagree {
    font-size: 17px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 4rem;
}

.checkagree a {
    color: #0346F8;
    text-decoration: underline;
    display: inline;
}

.imgpreview {
    padding: 2rem;
}

.imgpreview img {
    max-height: 380px;
    margin: auto;
}

.address-use {
    padding: 2rem;
}

.address-use .lastnumber {
    font-size: 2.7rem;
    margin-bottom: 10px;
}

.address-use .tips {
    font-size: 1.6rem;
    color: #ff0000
}

.address-use .order-list {
    margin-bottom: 2rem;
}

.address-add {
    padding: 1.5rem 16rem 0.5rem 8rem;
}

.miniinput {
    max-width: 170px;
    margin-right: 10px;
}

.confirm-btninner {
    display: flex;
    margin-top: 10px;
}

.sidebar-nav {
    width: 240px;
    float: left;
    padding-right: 15px;
}

.sidebar-nav li {
    margin-bottom: 2rem;
}

.sidebar-nav li.active {
    color: #19B92C;
}

.mypage-sidebar li a:hover {
    text-decoration: underline;
}

.separate-page {
    font-size: 17px;
}

.separate-page p {
    margin-bottom: 5rem;
}

.separate-page .clause-ttl {
    font-size: 28px;
    margin-bottom: 1.5rem;
}

.separate-page .clause-cont {}

.separate-page .clause-cont li {
    display: flex;
}

.separate-page .clause-cont li span {
    margin-right: 10px;
}

.separate-page .clause-cont li .text {
    margin-bottom: 6rem;
    flex: 1;
}

.specific-trade-law {}

.specific-trade-law li {
    margin-bottom: 2rem;
    display: flex;
}

.specific-trade-law li .ttl {
    font-weight: bold;
    width: 230px;
    display: inline-block;
}

.specific-trade-law li .cont {
    flex: 1;
}

.member-info {
    padding-top: 20px;
}

.member-info .mr-space {
    margin-right: 10px;
}

.member-info .zipcode {
    max-width: 430px;
}


/* .member-info .form-control {
    border: 1px solid #ccc;
    border-radius: 2px;
}

.member-info input.form-control {
    height: 62px;
} */

.member-info .form-group label {
    font-size: 17px;
}

.member-info .member-apply {
    margin: 5rem 0;
}

.member-info .form-group {
    margin-bottom: 25px;
}

.errorinfo {
    font-size: 16px;
    color: #ff0000;
}

.cart-icon {
    position: relative;
}

.cart-number {
    width: 20px;
    line-height: 20px;
    background-color: #f00;
    border-radius: 50%;
    color: #fff;
    font-size: 12px;
    text-align: center;
    position: absolute;
    top: -8px;
    right: 0px;
}


/* ログイン */

.login-wrapper {
    max-width: 520px;
    margin: auto;
    padding: 4rem 2rem 6rem;
}

.login-title {
    font-size: 3.6rem;
    margin-bottom: 20px;
}

.login-wrapper .spacemb {
    margin-bottom: 25px;
}

.login-wrapper .forgetinfo {
    color: #0346F8;
    margin: 2rem 0;
    display: inline-block;
}

.login-wrapper .registinfo {
    margin-top: 2rem;
}

.login-wrapper .registinfo a {
    color: #0346F8;
}

.login-error {
    font-size: 15px;
    background-color: #FF0000;
    border-radius: 2px;
    position: relative;
    padding: 14px 40px 14px 20px;
    margin-bottom: 20px;
    color: #fff;
}

.login-error .error-close {
    font-size: 36px;
    position: absolute;
    top: 5px;
    right: 5px;
    line-height: 30px;
    cursor: pointer;
}

.alert-danger {
    font-size: 15px;
    background-color: #FF0000;
    border-radius: 2px;
    position: relative;
    padding: 14px 40px 14px 20px;
    margin-top: 10px;
    color: #fff;
}

.tipsinfo {
    font-size: 16px;
    margin-bottom: 15px;
}

.mypage-title {
    font-size: 28px;
    margin-bottom: 10px;
}

.privacypage .cont-wrapper {
    padding-left: 240px;
}

.privacypage .box01 {
    margin-top:50px;
    border:#cccccc 1px solid;
    padding:40px 50px;
    line-height:2;
}

.privacypage .txt03 {
    padding-bottom:30px;
    font-size:16px;
    font-weight:bold;
}
.privacypage .box01 .blue {
    color:#0075af;
}

#privacy table.tb_privacy01 th{
	font-weight:normal;	
}
#privacy table.tb_privacy01 tr:first-child th{
	font-weight:bold;	
}
#privacy table.tb_privacy01{
	border-top:1px solid #ccc;
	border-left:1px solid #ccc;	
}
#privacy table.tb_privacy01 th,#privacy table.tb_privacy01 td{
	border-bottom:1px solid #ccc;
	border-right:1px solid #ccc;	
	padding:10px 24px;
}

.privacypage a
{
    text-decoration: underline;
    color: #0346F8;
}

#agreement .clause-ttl
{
    margin-top: 1rem;
}
.promptinfo {
    font-size: 15px;
    background-color: #F6F8F7;
    border-radius: 2px;
    padding: 12px;
    margin-bottom: 5px;
}

.promptinfo a {
    color: #0346F8;
    text-decoration: underline;
}

.mypage-menu {
    display: none;
    font-size: 20px;
    margin: 40px 0 5px;
    padding: 0 15px;
}

.mypage-nav {
    display: none;
    font-size: 17px;
    border-bottom: 1px solid #707070;
}

.mypage-nav li {
    border-top: 1px solid #707070;
    line-height: 48px;
    padding: 0 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.mypage-nav li a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.campaign .campaign-top {
    position: relative;
}

.campaign .campaign-top img {
    width: 100%;
}

.campaign .campaign-top .date {
    font-size: 28px;
    background-color: #000;
    color: #fff;
    line-height: 76px;
    text-align: center;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}

.campaign .campaign-text {
    max-width: 867px;
    margin: 4rem auto 7rem;
}

.campaign .campaign-info {
    max-width: 867px;
    margin: 0 auto 4rem;
}

.campaign .campaign-info li {
    margin-bottom: 7px;
    line-height: 30px;
}

.campaign .campaign-info li span {
    width: 150px;
    display: inline-block;
}

.campaign .campaign-cont {
    display: flex;
    margin-bottom: 5rem;
    align-items: flex-start;
}

.campaign .campaign-cont img {
    max-width: 456px;
    width: 41%;
}

.campaign .campaign-cont p {
    margin-left: 5rem;
}

.guide {
    padding-top: 2rem;
}

.guide .guide-title {
    font-size: 28px;
    line-height: 30px;
}

.guide-process {
    display: flex;
    justify-content: space-between;
    margin: 1.5rem 0;
}

.guide-process .process {
    border: 2px solid #19B92C;
    border-radius: 2px;
    width: 22%;
    max-width: 230px;
    padding: 13px;
    display: flex;
    flex-direction: column;
}

.guide-process .process .ttl {
    font-size: 2rem;
    color: #19B92C;
    display: flex;
    align-items: center;
}

.guide-process .process .ttl span {
    width: 30px;
    line-height: 30px;
    background-color: #19B92C;
    display: inline-block;
    color: #fff;
    text-align: center;
    border-radius: 50%;
    margin-right: 8px;
}

.guide-process .process .ttl p {
    flex: 1;
}

.guide-process .process .text {
    margin: 15px 0 40px;
}

.guide-process .process .text span {
    display: block;
    font-size: 13px;
}

.guide-process .process img {
    margin: auto auto 0;
}

.guide-process .arrow {
    padding: 0 10px;
    display: flex;
    align-items: center;
}

.guide .guide-method {
    display: flex;
    justify-content: space-between;
    max-width: 846px;
    margin: 10rem auto 0;
}

.guide .guide-method .method-left .method-cont {
    margin-top: 15px;
}

.guide .guide-method .method-left .method-cont a {
    color: #0346F8;
    text-decoration: underline;
}

.guide .guide-method .method-right {
    padding-top: 30px;
}

.guide .method-cont li{
    display: flex;
    margin-bottom: 2px;
}

.guide-faq {
    max-width: 846px;
    margin: 10rem auto 0;
}

.guide-faq .guide-title {
    margin-bottom: 2rem;
}

.faq {
    font-size: 18px;
    border: 1px solid #19B92C;
    margin-bottom: 15px;
}

.faq .question {
    background-color: #19B92C;
    color: #fff;
    padding: 6px 10px;
}

.faq .answer {
    padding: 8px 10px;
    line-height: 25px;
}

.faq span {
    float: left;
}

.faq p {
    padding-left: 22px;
}

.faq p a {
    color: #0346F8;
    text-decoration: underline;
}

.registcont {
    max-width: calc( 100% - 200px);
    flex: 1;
}

.registcont .registcont-top {
    display: flex;
}

.top-introduce {
    padding: 5rem 0 0;
}

.top-introduce .introduce-text {
    font-size: 28px;
    text-align: center;
    line-height: 2;
}

.top-introduce .introduce-cont {
    display: flex;
    justify-content: space-between;
    margin-top: 4rem;
}

.top-introduce .introduce-cont .item {
    width: calc( 100% / 3);
    padding: 0 3rem;
}

.top-introduce .introduce-cont .item img {
    margin: auto;
}

.top-introduce .introduce-cont .item span {
    font-size: 18px;
    padding: 2rem 0 0;
    display: inline-block;
}

.top-inner {
    margin-top: 5rem;
}

.top-title {
    font-size: 40px;
    color: #19B92C;
    text-align: center;
    margin-bottom: 2rem;
}

.popular-template {
    padding-left: 0 !important;
    margin-bottom: -2.5rem;
}

.popular-template .search-cont li {
    width: calc((100% - 100px) / 5);
    margin-right: 25px;
}

.popular-template .search-cont li:nth-child(4n+1) {
    clear: none;
}

.popular-template .search-cont li:nth-child(4n) {
    margin-right: 25px;
}

.popular-template .search-cont li:nth-child(5n) {
    margin-right: 0;
}

.three-relief {
    display: flex;
}

.three-relief .relief {
    border: 2px solid #19B92C;
    width: calc( (100% - 10rem) / 3);
    margin-right: 5rem;
}

.three-relief .relief:last-child {
    margin-right: 0;
}

.three-relief .relief .relief-ttl {
    font-size: 40px;
    line-height: 80px;
    background-color: #19B92C;
    color: #fff;
    text-align: center;
}

.three-relief .relief .relief-cont {
    padding: 3rem;
    height: calc(100% - 80px);
    display: flex;
    flex-direction: column;
}

.three-relief .relief .relief-cont .plus {
    font-size: 25px;
    color: #19B92C;
    line-height: 1;
    text-align: center;
    margin-bottom: 10px;
}

.three-relief .relief .relief-cont .msg {
    background-color: #19B92C;
    color: #fff;
    font-size: 25px;
    text-align: center;
    line-height: 1.4;
    padding: 6px 0;
    margin-bottom: 10px;
}

.three-relief .relief .relief-cont .msg span {
    font-size: 12px;
}

.three-relief .relief .relief-cont .img {
    margin: auto auto 0;
    padding-top: 5rem;
}

.topSwiper .swiper-slide {
    max-height: 540px;
}

.topSwiper .swiper-slide .mainimg {
    width: 100%;
}

.topSwiper .swiper-button-prev,
.topSwiper .swiper-button-next {
    color: #fff;
    font-weight: bold;
}

.topSwiper .swiper-button-prev {
    left: 20px;
}

.topSwiper .swiper-button-next {
    right: 20px;
}

.topSwiper .swiper-button-prev:after,
.topSwiper .swiper-button-next:after {
    font-size: 39px;
}

.topSwiper .swiper-pagination-bullet {
    width: 21px;
    height: 21px;
}

.topSwiper .swiper-pagination-bullet-active {
    background-color: #fff;
}

.topSwiper .slide-cont {
    width: 100%;
    max-width: 1290px;
    padding: 0 50px;
    height: 100%;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

.topSwiper .people {
    max-width: 534px;
    width: 45%;
}

.topSwiper .register-free {
    background-color: #fff;
    border-radius: 20px;
    text-align: center;
    padding: 4rem 3rem;
    position: absolute;
    top: 50%;
    right: 50px;
    transform: translateY(-50%);
}

.topSwiper .register-free p {
    font-size: 28px;
    font-weight: bold;
    line-height: 1.3;
    margin-bottom: 3rem;
}

.topSwiper .register-free .btn {
    line-height: 63px;
    font-size: 28px;
    border-radius: 20px;
    padding: 0 4rem;
}

.topSwiper .main-trait {
    background-color: #fff;
    border-radius: 44px;
    position: absolute;
    top: 48%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 4rem;
    width: 100%;
    max-width: 728px;
}

.topSwiper .main-trait p {
    font-size: 44px;
    text-align: center;
    line-height: 1.3;
    margin-bottom: 10px;
}

.topSwiper .main-trait img {
    margin: auto;
}


/* 表单 */

.form-group {
    margin-bottom: 15px;
}

.form-group label {
    font-size: 1.4rem;
    margin-bottom: 5px;
}

.form-group .required {
    color: #FF0000;
    margin-left: 3px;
}

.form-control {
    display: block;
    width: 100%;
    border: 1px solid #CCCCCC;
    font-size: 1.6rem;
    padding: 0 10px;
    height: 36px;
}

.form-control-lg {
    border: 1px solid #ccc;
    border-radius: 2px;
    height: 62px;
}

textarea.form-control {
    height: auto;
    resize: vertical;
}

.form-inline .form-group {
    display: flex;
    align-items: flex-start;
}

.form-inline .form-group .group-label {
    width: 241px;
    margin-top: 22px;
}

.form-inline .group-content {
    flex: 1;
}

.form-inline .form-group .input-group {
    display: flex;
    /* align-items: center; */
}

.form-inline .agreetext {
    padding: 20px;
    line-height: 24px;
}

.form-inline .form-group .agree-group {
    flex-direction: column;
    align-items: flex-start;
}

.form-control.is-error {
    border: 1px solid #FF0000;
}


/* 文件上传 */

.file-uploader {
    position: relative;
}

.file-input {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
    font-size: 0 !important;
    z-index: 10;
}

.file-input:hover+.btn {
    opacity: 0.5;
    position: relative;
}


/* Footer */

.footer {
    background-color: #19B92C;
}

.footer .footer-head {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 5rem 0 7rem;
}

.footer .footnav {
    display: flex;
    align-items: center;
    margin-top: 4rem;
}

.footer .footnav li {
    color: #fff;
    font-size: 14px;
    padding: 3px 2rem;
}

.footer .footnav li:hover {
    background-color: #91D799;
    border-radius: 4px;
}

.footer .copyright {
    background-color: #222222;
    color: #fff;
    text-align: center;
    line-height: 56px;
}


/* 自定义radio */

.radio_type {
    -webkit-appearance: none;
    appearance: none;
    position: relative;
}

.radio_type:before {
    content: '';
    width: 15px;
    height: 15px;
    border: 1px solid #222222;
    display: inline-block;
    border-radius: 50%;
    vertical-align: middle;
}

.radio_type:checked:before {
    content: '';
    width: 15px;
    height: 15px;
    border: 1px solid #222222;
    background: #222222;
    display: inline-block;
    border-radius: 50%;
    vertical-align: middle;
}

.radio_type:checked:after {
    content: '';
    width: 9px;
    height: 4px;
    border: 2px solid white;
    border-top: transparent;
    border-right: transparent;
    text-align: center;
    display: block;
    position: absolute;
    top: 4px;
    left: 3px;
    vertical-align: middle;
    transform: rotate(-45deg);
}


/* 自定义checkbox */

.checkbox_type {
    -webkit-appearance: none;
    appearance: none;
    position: relative;
}

.checkbox_type:before {
    content: '';
    width: 15px;
    height: 15px;
    border: 1px solid #222222;
    display: inline-block;
    vertical-align: middle;
}

.checkbox_type:checked:before {
    content: '';
    width: 15px;
    height: 15px;
    border: 1px solid #222222;
    background: #222222;
    display: inline-block;
    vertical-align: middle;
}

.checkbox_type:checked:after {
    content: '';
    width: 9px;
    height: 4px;
    border: 2px solid white;
    border-top: transparent;
    border-right: transparent;
    text-align: center;
    display: block;
    position: absolute;
    top: 4px;
    left: 3px;
    vertical-align: middle;
    transform: rotate(-45deg);
}

.checkbox_type.checkbox-lg:before {
    content: '';
    width: 23px;
    height: 23px;
    border: 1px solid #CCCCCC;
    border-radius: 2px;
}

.checkbox_type.checkbox-lg:checked:before {
    content: '';
    width: 23px;
    height: 23px;
}

.checkbox_type.checkbox-lg:checked:after {
    width: 15px;
    height: 8px;
    left: 4px;
}


/* Modal 弹出框 */

.modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 100;
    display: none;
    padding: 0 2rem;
}

.modal .modal-dialog {
    margin: .5rem auto;
    min-height: calc(100% - 1rem);
    display: flex;
    align-items: center;
    justify-content: center;
}

.modal .modal-content {
    max-width: 630px;
    background-color: #fff;
    border-radius: 4px;
    width: 100%;
}

.modal .modal-content.modal-lg {
    max-width: 910px;
}

.modal .modal-header {
    position: relative;
}

.modal .modal-header .modal-title {
    line-height: 80px;
    border-bottom: 1px solid #ccc;
    font-size: 28px;
    text-align: center;
}

.modal .modal-header .modal-close {
    position: absolute;
    top: 10px;
    right: 20px;
    font-size: 4rem;
    cursor: pointer;
}

.modal .modal-body .template-ttl {
    font-size: 2.6rem;
    text-align: center;
    margin: 2rem 0 0;
    line-height: 1.3;
}

.modal .modal-footer {
    border-top: 1px solid #ccc;
    padding: 2rem 0;
}

.modal-open {
    overflow: hidden;
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
}


/* Tab选项卡 */

.ct-content .ct-list .item img {
    margin: auto;
    max-height: 300px;
}

.ct-content .ct-ul {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 1.5rem 0 0.5rem;
    flex-wrap: wrap;
}

.ct-content .ct-ul li.choose .btn-grey {
    background-color: #19B92C;
    border: 1px solid #19B92C;
}

.ct-content .ct-ul li {
    margin-right: 20px;
    margin-bottom: 1rem;
}

.ct-content .ct-ul li:last-child {
    margin-right: 0;
}

.ct-content .ct-ul li .btn {
    padding: 0 20px;
}

.tab-address.ct-content .ct-ul {
    justify-content: flex-start;
    margin: 0.5rem 0 1rem;
}

.tab-address.ct-content .ct-ul li.choose .btn {
    background-color: #19B92C;
    color: #fff;
}


/* 表格 */

.table-responsive {
    overflow: auto;
}

.custable {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    border-top: 1px solid #707070;
    border-left: 1px solid #707070;
    font-size: 1.7rem;
    min-width: 800px;
}

.custable th {
    background-color: #91D799;
    font-weight: normal;
    white-space: nowrap;
}

.custable th,
.custable td {
    border-right: 1px solid #707070;
    border-bottom: 1px solid #707070;
    vertical-align: middle;
    text-align: left;
    padding: 5px 8px;
}

.custable td {}

.img-radio-group {
    display: flex;
    align-items: center;
    margin-top: 2rem;
    padding: 0 0 0 15px;
}

.img-radio-group .choose+.choose {
    margin-left: 10px;
}

.img-radio-group .choose {
    width: calc(33% - 6px);
}

.text-radio-group .choose {
    margin-top: 15px;
}

.radioimgbox {
    border: 1px solid #707070;
    width: 152px;
    height: 88px;
    display: flex;
    align-items: center;
}

.radioimgbox img {
    max-height: 100% !important;
}

.radiotextbox {
    width: 80%;
    white-space: pre-wrap;
    word-wrap: break-word;
    border: 1px solid #707070;
    padding: 7px 15px;
    flex: 1;
}

.menu-open {
    display: none;
    cursor: pointer;
}

.head-sp {
    display: none;
}

.search-condition-btn {
    display: none;
}

.checkinner {
    display: flex;
}

.checkinner>div {
    width: 50%;
    display: flex;
    align-items: center;
    margin: 1.5rem 0 4rem;
}


/* 共通 */

.clearfix:after {
    content: "";
    display: block;
    clear: both;
}

.mt-1 {
    margin-top: 10px !important;
}

.mt-2 {
    margin-top: 20px !important;
}

.mt-3 {
    margin-top: 30px;
}

.mb-1 {
    margin-bottom: 10px;
}

.mr-1 {
    margin-right: 10px;
}

.mr-2 {
    margin-right: 20px;
}

.ml-0 {
    margin-left: 0 !important;
}

.p-2 {
    padding: 20px;
}

.pt-0 {
    padding-top: 0;
}

.pt-1 {
    padding-top: 10px;
}

.pt-2 {
    padding-top: 20px;
}

.pt-3 {
    padding-top: 30px;
}

.ml-auto {
    margin-left: auto;
}

.fs14 {
    font-size: 14px;
}

.fw-b {
    font-weight: bold;
}

.d-flex {
    display: flex;
}

.align-items-center {
    align-items: center;
}

.justify-content-center {
    justify-content: center;
}

.float-left {
    float: left;
}

.float-right {
    float: right;
}

.text-center {
    text-align: center !important;
}

.text-left {
    text-align: left !important;
}

.text-right {
    text-align: right !important;
}

.btn {
    cursor: pointer;
    text-align: center;
    border: 0;
    border-radius: 4px;
    font-size: 18px;
    line-height: 32px;
    padding: 0 20px;
}

@media (any-hover: hover) {
    .btn:hover {
        opacity: 0.5;
    }
}

.btn-primary {
    background-color: #19B92C;
    border: 1px solid #19B92C;
    color: #fff;
}

.btn-outline-primary {
    border: 1px solid #19B92C;
    background-color: #fff;
    color: #19B92C;
}

.btn-grey {
    background-color: #9F9F9F;
    border: 1px solid #9F9F9F;
    color: #fff;
}

.btn-outline-white {
    border: 1px solid #fff;
    background-color: transparent;
    color: #fff;
}

.btn-block {
    display: block;
    width: 100%;
}

.btn-primary.disabled,
.btn-primary:disabled,
.btn-outline-primary:disabled {
    color: #fff;
    background-color: #9F9F9F;
    border-color: #9F9F9F;
}

.btn-primary:disabled:hover,
.btn-outline-primary:disabled:hover {
    opacity: 1;
    cursor: no-drop;
}

.btn-sm {
    font-size: 12px;
    padding: 0 8px;
    line-height: 20px;
}

.show-sp {
    display: none;
}

#usecoupon {
    display: none;
}

.visibility-hidden {
    visibility: hidden;
}


/* 滚动条样式 start */

textarea::-webkit-scrollbar {
    width: 10px;
    height: 10px
}

textarea::-webkit-scrollbar-track {
    background-color: #eee
}

textarea::-webkit-scrollbar-thumb {
    background-color: #9F9F9F;
    border-radius: .4rem;
}

.payment .form-control {
    display: block;
    width: 100%;
    border: 1px solid #CCCCCC;
    font-size: 1.6rem;
    padding: 10px;
    height: 36px;
}

.a_sort:hover {
    color: #777;
}

.guides .agenda {
    margin: 0 2rem 0 2rem;

}

.guides a {
    color: #0346F8;
    text-decoration: underline;
}
.guides .agenda li{
    padding: 2px;
}
.guides .agenda .agenda-d1{
    margin: 0 2rem 0 2rem;
}
.guides .agenda .agenda-d1 .agenda-d2{
    margin: 0 2rem 0 2rem;
}

.guides .detail-page{
    margin: 0 2rem 0 2rem;
}

.guides .detail-page ol{
    list-style-type: decimal;
}
.guides .detail-page ol li{
    margin-left:30px;
}
.guides .detail-page .guide-d {
    margin-top: 20px;
}
.guides .detail-page .guide-d1 {
    margin: 10px 20px; 
}
.guides .detail-page .guide-d1 .guide-d2{
    margin: 5px 20px; 
}

#guides-ord-m .indent {
    list-style: none;
    text-indent: -1em;
}

#page_top{
    width: 100px;
    height: 25px;
    position: fixed;
    right: 0;
    bottom: 0;
    background: #19B92C;
  }
  #page_top a{
    position: relative;
    display: block;
    width: 100px;
    height: 25px;
    text-decoration: none;
  }
  #page_top a::before{
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    font-size: 25px;
    color: #fff;
    position: absolute;
    width: 100px;
    height: 25px;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    text-align: center;
  }

.fb {
    font-weight:bold !important;
}

.fRed {
    color:#e60000 !important;
}

@media all and (-moz-min-device-pixel-ratio: 1.4),
(-webkit-min-device-pixel-ratio: 1.4),
(min-resolution: 1.4dppx) {
    .header-wrapper {
        height: 90px;
        font-size: 1.3rem;
    }
    .header-wrapper .logo {
        width: 150px;
    }
    .container {
        padding: 2rem 2rem 8rem;
    }
    .pagetitle {
        margin: 1rem 0 1rem;
        font-size: 30px;
    }
    .pagetitle span {
        font-size: 14px;
    }
    .md-steps {
        padding: .5rem 0;
    }
    .md-steps .steps .step-ttl {
        font-size: 12px;
    }
    .md-steps .steps .step-text {
        width: 35px;
        line-height: 31px;
        font-size: 15px;
        margin-bottom: 7px;
    }
    .md-steps .steps::before {
        bottom: 43px;
    }
    .md-steps .steps.is-process .step-text {
        width: 45px;
        line-height: 41px;
        margin-bottom: 2px;
    }
    .md-steps .steps.is-process .step-text::before {
        width: 34px;
        height: 34px;
    }
    .secondtitle {
        font-size: 2.2rem;
        margin-bottom: 1rem;
        border-bottom: 3px solid #19B92C;
    }
    .breadcrumb {
        font-size: 1.2rem;
    }
    .md-steps .steps {
        width: 135px;
    }
    .modal .modal-header .modal-title {
        line-height: 70px;
        font-size: 26px;
    }
    .footer .footer-head {
        padding: 4rem 0 5rem;
    }
    .footer .footnav {
        margin-top: 3rem;
    }
    .btn {
        line-height: 28px;
        font-size: 1.5rem;
    }
    .ordernone {
        padding-bottom: 5rem;
    }
    .content-address {
        padding-top: 1rem;
    }
    .content-address .address {
        margin: 2rem 0 2rem;
    }
    .tab-address.ct-content .ct-ul {
        margin: 0.5rem 0 2rem;
    }
    .content-address .address-right {
        font-size: 1.6rem;
    }
    .content-address .table-responsive .btn-sm{
        font-size: 1.2rem;
    }
    .login-title {
        font-size: 3rem;
    }
    .form-control-lg {
        height: 46px;
    }
    .login-wrapper {
        padding: 3rem 2rem 5rem;
    }
    .login-wrapper .forgetinfo {
        margin: 1.5rem 0;
    }
    .login-error {
        margin-bottom: 1.5rem;
    }
    .login-wrapper .registinfo {
        margin-top: 1.5rem;
    }
    .login-wrapper .spacemb {
        margin-bottom: 20px;
    }
    .form-inline .form-group .group-label {
        margin-top: 12px;
    }
    .guide .guide-title {
        font-size: 24px;
    }
    .guide-process .process .ttl {
        font-size: 18px;
    }
    .guide-process .process .text {
        font-size: 15px;
    }
    .faq {
        font-size: 18px;
    }
    .topSwiper .main-trait p {
        font-size: 40px;
    }
    .topSwiper .main-trait img {
        width: 450px;
    }
    .topSwiper .main-trait {
        max-width: 650px;
    }
}

@media screen and (min-width: 769px) {
    .sidebar .sidebar-item {
        display: block !important;
    }
    .head-sp {
        display: none !important;
    }
    .header-wrapper .navbar {
        display: flex !important;
    }
    .navbar-wrapper {
        display: flex !important;
    }
}

@media screen and (max-width: 1180px) {
    .header-wrapper .logo {
        width: 178px;
    }
    .header-wrapper .navbar {
        margin-left: 2.5rem;
    }
    .header-wrapper .navbar li {
        padding: 0 1rem;
    }
    .header-wrapper .header-right li {
        padding: 0 1.2rem;
    }
    .sidebar {
        width: 200px;
    }
    .cont-wrapper {
        padding-left: 200px;
    }
    .content-regist .regist-image .imgchoose .item .imgname {
        width: 310px;
    }
    .guide-process .process .ttl {
        font-size: 1.8rem;
    }
    .guide-process .arrow {
        padding: 0 5px;
    }
    .guide-process .arrow img {
        width: 20px;
    }
    .guide-process .process .ttl span {
        width: 28px;
        line-height: 28px;
    }
    .topSwiper .swiper-button-prev {
        left: 10px;
    }
    .topSwiper .swiper-button-next {
        right: 10px;
    }
    .topSwiper .register-free p {
        font-size: 24px;
        margin-bottom: 2rem;
    }
    .topSwiper .register-free .btn {
        line-height: 56px;
        font-size: 24px;
    }
    .topSwiper .register-free {
        padding: 3rem;
    }
    .topSwiper .main-trait p {
        font-size: 34px;
    }
    .topSwiper .main-trait img {
        width: 400px;
    }
    .topSwiper .main-trait {
        max-width: 580px;
    }
}

@media screen and (max-width: 1080px) {
    .header-wrapper .logo {
        width: 150px;
    }
    .header-wrapper .navbar {
        margin-left: 1rem;
    }
    .content-regist .regist-image .imgchoose .item .imgname {
        width: 273px;
    }
    .content-regist .imgadd .item .imgsize {
        font-size: 1.2rem;
    }
    .content-regist .regist-btnbox {
        width: 580px;
    }
    .btn {
        padding: 0 15px;
        font-size: 1.6rem;
        white-space: nowrap;
    }
    .content-address .address-left {
        margin-right: 2rem;
    }
    .topSwiper .people {
        width: 42%;
    }
    .topSwiper .swiper-slide {
        max-height: 400px;
    }
    .topSwiper .main-trait p {
        font-size: 28px;
    }
    .topSwiper .main-trait img {
        width: 330px;
    }
    .topSwiper .main-trait {
        max-width: 500px;
        border-radius: 30px;
        padding: 3rem;
    }
}

@media screen and (max-width: 1024px) {
    .header-wrapper {
        font-size: 1.3rem;
    }
    .header-wrapper .logo {
        width: 130px;
    }
    .content-regist .regist-image .imgchoose .item .imgname {
        width: 261px;
    }
    .content-regist .regist-btnbox {
        /* width: 550px; */
    }
    .btn {
        padding: 0 10px;
        font-size: 1.5rem;
    }
    .topSwiper .register-free p {
        font-size: 22px;
        margin-bottom: 1.5rem;
    }
    .topSwiper .register-free .btn {
        line-height: 48px;
        font-size: 22px;
    }
    .topSwiper .swiper-slide {
        max-height: 340px;
    }
    .topSwiper .main-trait p {
        font-size: 24px;
    }
    .topSwiper .main-trait img {
        width: 260px;
    }
    .topSwiper .main-trait {
        max-width: 410px;
        border-radius: 25px;
        padding: 2.5rem;
    }
}

@media screen and (max-width: 960px) {
    .header-wrapper .logo {
        width: 120px;
    }
    .header-wrapper .navbar li {
        padding: 0 .8rem;
    }
    .header-wrapper .header-right li {
        padding: 0 1rem;
    }
    .header-wrapper .header-right li img {
        width: 18px;
    }
    .header-wrapper .navbar {
        margin-left: 0;
    }
    .sidebar {
        padding-left: 0;
        width: 160px;
    }
    .cont-wrapper {
        padding-left: 160px;
    }
    .order-list .oli-cont .inner .price li .price-ttl {
        margin-right: 5rem;
    }
    .order-list .oli-cont .inner .orderimg {
        margin: 0 2rem 0 1rem;
    }
    .order-list .oli-cont .inner .cont-left .orderbtn .btn {
        padding: 0 10px;
    }
    .cont-wrapper .search-cont li .sc-img {
        height: 160px;
    }
    .three-relief .relief .relief-ttl {
        font-size: 34px;
    }
    .three-relief .relief .relief-cont .msg {
        font-size: 22px;
    }
    .topSwiper .register-free {
        padding: 2rem;
    }
    .topSwiper .register-free p {
        font-size: 20px;
        margin-bottom: 1rem;
    }
    .topSwiper .register-free .btn {
        line-height: 38px;
        font-size: 20px;
        border-radius: 15px;
    }
}

@media screen and (max-width: 900px) {
    .header-wrapper {
        padding: 0 1.5rem;
        font-size: 1.2rem;
    }
    .header-wrapper .logo {
        width: 100px;
    }
    .header-wrapper .navbar li {
        padding: 0 .5rem;
    }
    .header-wrapper .header-right li {
        padding: 0 0.5rem;
    }
    .content-regist .regist-image .imgchoose .item .imgname {
        width: 241px;
    }
    .content-regist .imgadd .item .imgsize {
        font-size: 1rem;
    }
    .content-regist .regist-btnbox {
        width: 500px;
    }
    .cont-wrapper .search-cont li .sc-img {
        height: 150px;
    }
    .checkinner>div {
        font-size: 15px;
    }
    .content-regist .typechoice {
        margin-left: 13px;
    }
    .content-regist .typechoice .choose {
        margin-right: 1rem;
    }
    .sidebar-nav {
        width: 215px;
    }
    .privacypage .cont-wrapper {
        padding-left: 215px;
    }
    .cont-wrapper .search-cont li {
        padding: 15px 5px;
    }
    .three-relief .relief .relief-ttl {
        font-size: 30px;
    }
    .three-relief .relief .relief-cont .msg {
        font-size: 20px;
    }
    .three-relief .relief .relief-cont {
        padding: 2.5rem;
    }
    .topSwiper .swiper-slide {
        max-height: 293px;
    }
    .topSwiper .register-free p {
        font-size: 18px;
    }
    .topSwiper .register-free .btn {
        font-size: 18px;
    }
}

@media screen and (max-width: 768px) {
    .menu-open {
        display: block;
        margin-right: 10px;
    }
    .header-wrapper .logo {
        width: 120px;
    }
    .header-wrapper .navbar {
        display: none;
        margin: 0;
        border-top: 2px solid #ccc;
    }
    .header-wrapper {
        font-size: 1.1rem;
        height: 56px;
    }
    .header-wrapper .header-right li img {
        width: 22px;
    }
    .hide-sp {
        display: none !important;
    }
    .navbar-wrapper {
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        color: #333;
        background-color: #fff;
        width: 100%;
        height: 100vh;
        z-index: 1000;
    }
    .head-sp {
        height: 56px;
        padding: 8px 0;
    }
    .head-sp .menu-close {
        float: left;
        margin: 10px 15px;
        cursor: pointer;
    }
    .header-wrapper .navbar li {
        line-height: 46px;
        border-bottom: 1px solid #ccc;
        padding: 0 1.5rem;
    }
    .header-wrapper .navbar li:hover {
        background-color: transparent;
    }
    .container {
        padding: 1.5rem 0 8rem;
    }
    .pagetitle {
        font-size: 2.1rem;
        padding: 0 1.5rem;
        line-height: 1.2;
        margin: 2rem 0 2rem;
    }
    .pagetitle span {
        font-size: 1.3rem;
        margin-top: 7px;
        line-height: 1.5;
    }
    .header-wrapper {
        padding: 0 1.5rem;
    }
    .header-wrapper .header-right li {
        padding: 0 0.4rem;
    }
    .header-wrapper .header-right li:last-child {
        padding-right: 0;
    }
    .breadcrumb {
        padding: 0 1.5rem;
        font-size: 13px;
    }
    .sidebar {
        float: none;
        width: 100%;
        padding: 0 15px;
    }
    .sidebar .sidebar-item {
        display: none;
        overflow: hidden;
        font-size: 16px;
    }
    label.choose {
        width: 50%;
        float: left;
    }
    .search-condition-btn {
        display: block;
        color: #fff;
        font-size: 1.8rem;
        line-height: 40px;
        text-align: center;
        background-color: #19B92C;
        border-radius: 4px;
        width: 224px;
        margin: 0 auto 4rem;
        position: relative;
    }
    .search-condition-btn::before {
        content: '\f107';
        font-family: FontAwesome;
        position: absolute;
        right: 10px;
    }
    .search-condition-btn.open::before {
        content: '\f106';
        font-family: FontAwesome;
    }
    .mypage-title {
        margin-bottom: 5px;
    }
    .cont-wrapper {
        /* padding: 0 15px; */
        padding-left: 0;    
    }
    .cont-wrapper .search-cont li {
        padding: 15px;
    }
    .separate-page {
        font-size: 14px;
    }
    .separate-page p {
        margin-bottom: 3rem;
    }
    .separate-page .clause-ttl {
        font-size: 22px;
        margin-bottom: 1rem;
        font-weight: bold;
    }
    .separate-page .clause-cont li .text {
        margin-bottom: 3rem;
    }
    .cont-wrapper .order-list {
        padding: 0;
    }
    .cont-wrapper .search {
        font-size: 1.4rem;
        border-radius: 0;
        padding: 7px 1.5rem 0;
        min-height: 40px;
    }
    .cont-wrapper .search .search-item li {
        line-height: 26px;
        padding: 0 12px;
    }
    .cont-wrapper .search .search-ttl {
        margin: 3px 20px 0 0;
    }
    .cont-wrapper .search-cont li {
        width: calc(50%);
        border: 0;
        margin-right: 0;
    }
    .cont-wrapper .search-cont li:nth-child(2n+1) {
        clear: both;
    }
    .cont-wrapper .search-cont {
        margin-bottom: 0;
    }
    .footer .footnav {
        flex-direction: column;
        margin-top: 5rem;
    }
    .footer .footnav li {
        padding: 1.5rem;
        font-size: 1.6rem;
    }
    .footer .footer-head {
        padding: 5rem 2rem 4rem;
    }
    .pagesimple {
        padding: 0 15px;
    }
    .modal .modal-header .modal-title {
        font-size: 19px;
        line-height: 70px;
    }
    .modal .modal-header .modal-close {
        top: 6px;
        right: 10px;
        font-size: 3.6rem;
    }
    .modal .modal-body .template-ttl {
        font-size: 17px;
    }
    .ct-content .ct-list .item img {
        max-height: 240px;
    }
    .templatechoose {
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .templatechoose .btn+.btn {
        margin-left: 0;
        margin-top: 15px;
    }
    .order-list {
        padding: 0 15px;
    }
    .order-list .oli-head {
        flex-direction: column;
        align-items: flex-start;
    }
    .order-list .oli-head .head-l {
        margin-bottom: 10px;
    }
    .order-list .oli-cont .inner {
        flex-wrap: wrap;
    }
    .order-list .oli-cont .inner .cont-left span {
        padding-left: 2rem;
    }
    .order-list .oli-cont .inner .cont-left .orderbtn {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }
    .order-list .oli-cont .inner .cont-left .orderbtn .btn {
        padding: 0 20px;
    }
    .order-list .oli-cont .inner .cont-left .orderbtn .btn+.btn {
        margin-left: 0;
        margin-top: 10px;
    }
    .order-list .oli-cont .inner .price {
        width: 100%;
        margin-top: 2.5rem;
    }
    .order-list .oli-cont .inner .price li .price-ttl {
        margin-right: 2rem;
    }
    .order-list .oli-cont .cont-date {
        font-size: 18px;
        margin-bottom: 10px;
    }
    .address-use .order-list .oli-cont .inner .orderimg {
        margin: 0 2rem 0 0;
    }
    .address-use .order-list .oli-cont .inner .cont-left span {
        padding-left: 0;
    }
    .address-use .order-list .oli-cont .inner .price {
        margin-top: 1.5rem;
    }
    .address-use .order-list .oli-cont .inner .price li .price-ttl {
        margin-right: 1rem;
    }
    .page-item.ellipsis .page-link {
        padding: 0 7px;
    }
    .page-link {
        padding: 0 9px;
    }
    .hide-sp {
        display: none
    }
    .ordernone p span {
        font-size: 1.3rem;
    }
    .ordernone {
        padding-bottom: 2rem;
    }
    .md-steps {
        flex-direction: column;
        align-items: flex-start;
        padding: 0 1.5rem;
    }
    .md-steps .steps {
        flex-direction: row;
        width: 100%;
        margin-bottom: 2rem;
    }
    .md-steps .steps .step-text {
        margin: 0 18px 0 7px;
        width: 41px;
        line-height: 37px;
        font-size: 17px;
    }
    .md-steps .steps.is-process .step-text {
        margin: 0 11px 0 0;
        width: 55px;
        line-height: 51px;
    }
    .md-steps .steps.is-success .step-text {
        background-color: #fff;
        color: #000;
    }
    .md-steps .steps.is-process .step-text::before {
        content: '';
        width: 42px;
        height: 42px;
    }
    .md-steps .steps::before {
        width: 2px;
        height: 100%;
        left: 26px;
        top: 30px;
    }
    .md-steps .steps .step-ttl {
        font-size: 13px;
    }
    .content-regist {
        padding: 0 15px;
    }
    .content-regist .regist-image {
        flex-direction: column;
    }
    .content-regist .regist-image .image-right {
        margin-left: 0;
        margin-top: 20px;
    }
    .content-regist .regist-image .imgchoose .item {
        flex-wrap: wrap;
        justify-content: center;
        margin-bottom: 2.5rem;
    }
    .content-regist .regist-image .imgchoose .item .imgname {
        flex: 100%;
        margin-bottom: 5px;
        margin-right: 0;
    }
    .content-regist .regist-text .imgchoose .item .imgname {
        margin-bottom: 5px;
    }
    .content-regist .regist-image .imgchoose .item .textnumber {
        flex: 100%;
        text-align: right;
        margin-right: 0;
        margin-bottom: 5px;
    }
    .content-regist .imgadd .item .imgsize {
        font-size: 1.5rem;
    }
    .content-regist .regist-btnbox {
        width: 100%;
        flex-direction: column;
        align-items: center;
        margin-top: 40px;
    }
    .content-regist .regist-btnbox .btn {
        width: auto;
        padding: 0 20px;
        margin: 0 0 10px;
    }
    .content-regist .regist-text {
        margin: 5rem 0 4rem;
    }
    .content-regist .typechoice {
        flex-direction: column;
        margin: 10px 0 0;
    }
    .od-baseinfo {
        border: 0;
        padding: 0;
        line-height: 25px;
    }
    .od-baseinfo span {
        display: block;
    }
    .od-baseinfo .delivered {
        font-size: 2rem;
        margin-top: 10px;
    }
    .order-detail .regist-image .imgchoose .item {
        margin-bottom: 0;
    }
    .order-detail .regist-image .imgchoose .item .imgname {
        margin-bottom: 5px;
    }
    .order-detail .regist-btnbox {
        align-items: flex-end;
    }
    .order-price .price-cont ul {
        margin-right: 0;
        width: 100%;
    }
    .receipt {
        margin-top: 2.5rem;
    }
    .order-price .price-cont ul li {
        width: 100%;
    }
    .typechoice label.choose {
        width: 100%;
    }
    .secondtitle {
        margin-bottom: 1.5rem;
        font-size: 2.8rem;
        border-bottom: 4px solid #19B92C;
    }
    .text-radio-group .choose {
        width: 100%;
        float: none;
    }
    .order-address {
        margin: 5rem 0 0;
    }
    .content-address {
        padding: 0 1.5rem;
    }
    .content-address .address-left {
        margin-right: 0;
        display: flex;
        flex-direction: column;
        width: 100%;
        font-size: 1.4rem;
    }
    .content-address .address-left .choose {
        width: 100%;
    }
    .content-address .address-right {
        width: 100%;
        margin-top: 2.5rem;
        font-size: 1.4rem;
    }
    .content-address .address-right .notes .cont li {
        font-size: 1.2rem;
        margin-bottom: 6px;
    }
    .capture-result {
        align-items: flex-start;
        padding: 15px 12px;
    }
    .address-total .total {
        font-size: 1.6rem;
    }
    .address-total .total span {
        margin-left: 1rem;
    }
    .checkagree {
        margin: 3rem 0 5rem;
        font-size: 1.4rem;
    }
    .cont-wrapper .search-cont li .sc-img {
        height: 180px;
    }
    .btn-inner {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .btn-inner .btn {
        margin-right: 0;
        margin-bottom: 10px;
    }
    .btn {
        padding: 0 20px;
        font-size: 1.6rem;
        line-height: 32px;
    }
    .btn-sm {
        font-size: 12px;
        padding: 0 8px;
        line-height: 20px;
    }
    .show-sp {
        display: block;
    }
    .content-regist .imgadd {
        margin: 0 -7px;
    }
    .content-regist .imgadd .item {
        width: calc(50% - 14px);
        margin: 7px;
    }
    .ct-content .ct-ul li .btn {
        padding: 0 5px;
        min-width: 72px;
        font-size: 1.4rem;
    }
    .ct-content .ct-ul li {
        margin-right: 15px;
    }
    .content-regist .regist-image .ttl {
        margin: 10px 0 5px;
    }
    .csvfileinner {
        flex-direction: column;
        align-items: flex-end;
    }
    .csvfileinner .csvfile {
        width: 100%;
        margin-right: 0;
    }
    .csvfileinner .csvfile .ttl {
        font-size: 12px;
        padding: 0 5px;
        margin-right: 5px
    }
    .csvfileinner .csvfile .btn-csv {
        padding: 0 6px;
    }
    .csvfileinner .csvfile .file-uploader {
        margin-right: 5px;
    }
    .csvfileinner .csvfile-add {
        float: right;
        margin-top: 10px;
    }
    .address-use {
        padding: 2rem 0;
    }
    .address-use .lastnumber {
        text-align: center;
        font-size: 1.6rem;
    }
    .address-use .tips {
        padding: 0 1.5rem;
        font-size: 1.4rem;
    }
    .address-use .order-list .oli-head {
        font-size: 14px;
    }
    .address-use .order-list .oli-cont .cont-date {
        font-size: 16px;
    }
    .address-add {
        padding: 2rem;
    }
    .address-add label.choose {
        width: auto;
    }
    .order-price .price-cont .tips {
        float: left;
        margin-top: 10px;
    }
    .content-regist .imgadd .item .imgname .right {
        height: 34vw;
    }
    .content {
        padding-top: 0;
    }
    .tab-address.ct-content .ct-ul {
        margin: .5rem 0 2rem;
    }
    .modal .modal-dialog {
        margin: 2rem auto;
        min-height: calc(100% - 4rem);
    }
    .confirm-btninner .btn {
        padding: 0 12px;
    }
    .member-info {
        padding: 0 15px;
    }
    .login-wrapper {
        padding: 3rem 2rem 5rem;
        font-size: 14px;
    }
    .login-title {
        font-size: 3rem;
    }
    .form-control-lg {
        height: 46px;
    }
    .login-wrapper .spacemb {
        margin-bottom: 20px;
    }
    .login-error {
        font-size: 13px;
        padding: 14px 35px 14px 14px;
    }
    .login-wrapper label.choose {
        width: 100%;
    }
    .checkbox_type.checkbox-lg:before {
        content: '';
        width: 15px;
        height: 15px;
    }
    .checkbox_type.checkbox-lg:checked:after {
        width: 9px;
        height: 4px;
        left: 3px;
    }
    .checkbox_type.checkbox-lg:checked:before {
        content: '';
        width: 15px;
        height: 15px;
    }
    .form-inline .form-group .input-group {
        flex-wrap: wrap;
    }
    .member-info .mr-space {
        margin-right: 0;
        margin-bottom: 10px;
    }
    .form-inline .form-group {
        flex-direction: column;
    }
    .form-inline .form-group .group-label {
        margin-top: 0;
    }
    .form-inline .group-content {
        width: 100%;
    }
    .member-info .member-apply {
        margin: 0;
    }
    .radioimgbox {
        width: 100%;
        height: 13vw;
        max-width: 152px;
    }
    .content-regist .regist-image .imgchoose .item .contgroup {
        margin-right: 0;
    }
    .errorinfo {
        font-size: 14px;
    }
    .checkinner>div {
        flex-direction: column;
        align-items: flex-start;
    }
    .sidebar-nav {
        display: none;
    }
    .privacypage .cont-wrapper {
        padding: 15px;
    }
    .specific-trade-law li {
        flex-direction: column;
        margin-bottom: 1rem;
    }
    .img-radio-group {
        padding: 0;
    }
    .form-inline .form-group.zipcodegroup .input-group {
        flex-wrap: nowrap;
    }
    .member-info .zipcodegroup .mr-space {
        margin-right: 10px;
        margin-bottom: 0;
    }
    .promptinfo {
        font-size: 12px;
        padding: 12px 10px;
        margin-bottom: 10px;
    }
    .mypage-menu {
        display: block;
    }
    .mypage-nav {
        display: block;
    }
    .campaign {
        padding: 0 1.5rem;
    }
    .campaign .campaign-top .date {
        line-height: 45px;
        font-size: 18px;
    }
    .campaign .campaign-info li span {
        width: 100%;
    }
    .campaign .campaign-cont {
        flex-direction: column;
    }
    .campaign .campaign-cont img {
        max-width: none;
        width: 100%;
    }
    .campaign .campaign-cont p {
        margin-left: 0;
        margin-top: 3rem;
    }
    .guide {
        padding: 0 1.5rem;
    }
    .guide-process {
        flex-direction: column;
        align-items: center;
    }
    .guide-process .process {
        width: 100%;
        max-width: none;
        padding: 15px 10px;
    }
    .guide-process .process .ttl {
        font-size: 2rem;
        display: flex;
        justify-content: center;
    }
    .guide-process .process .ttl p {
        flex: none;
    }
    .guide-process .process .text {
        font-size: 1.6rem;
        text-align: center;
        margin: 15px 0 25px;
    }
    .guide-process .arrow {
        transform: rotate(90deg);
        padding: 0;
        height: 60px;
    }
    .guide-process .arrow img {
        width: auto;
    }
    .guide .guide-method {
        flex-direction: column;
        margin: 6rem auto 0;
    }
    .guide .guide-method .method-right img {
        margin: auto
    }
    .faq {
        font-size: 16px;
    }
    .registcont {
        max-width: none;
    }
    .registcont .registcont-top {
        flex-direction: column;
    }
    .top-introduce {
        padding: 2rem 1.5rem 0;
    }
    .top-introduce .introduce-text {
        font-size: 26px;
        text-align: left;
        line-height: 1.4;
    }
    .top-introduce .introduce-cont {
        flex-direction: column;
    }
    .top-introduce .introduce-cont .item {
        width: 100%;
        padding: 0;
        margin-top: 2rem;
    }
    .top-introduce .introduce-cont .item span {
        padding: 2rem 2rem 0;
    }
    .top-title {
        font-size: 28px;
        margin-bottom: 1.5rem;
    }
    .top-inner {
        padding: 0 1.5rem;
        margin-top: 7rem;
    }
    .popular-template .search-cont li:nth-child(4n) {
        margin-right: 0;
    }
    .popular-template {
        padding: 0;
        margin: 0 -1.5rem -4rem;
    }
    .three-relief {
        flex-direction: column;
    }
    .three-relief .relief {
        width: 100%;
        margin-right: 0;
        margin-bottom: 4rem;
    }
    .three-relief .relief:last-child {
        margin-bottom: 0;
    }
    .three-relief .relief .relief-ttl {
        font-size: 28px;
        line-height: 60px;
    }
    .three-relief .relief .relief-cont .msg {
        font-size: 20px;
    }
    .topSwiper .swiper-slide {
        max-height: 520px;
    }
    .topSwiper .slide-cont {
        flex-direction: column;
        justify-content: flex-end;
        height: auto;
        padding: 0 15px 57px;
    }
    .topSwiper .register-free {
        position: relative;
        bottom: auto;
        top: auto;
        left: auto;
        right: auto;
        transform: translate(0);
        border-radius: 2px;
        width: 100%;
        max-width: 360px;
        padding: 2.5rem 0;
        margin: auto;
    }
    .topSwiper .people {
        width: 100%;
        margin: 0 auto;
        max-width: 310px;
    }
    .topSwiper .register-free p {
        letter-spacing: -0.5px;
    }
    .topSwiper .main-trait {
        max-width: 300px;
        padding: 3rem 0rem;
    }
    .topSwiper .swiper-button-prev {
        left: 5px;
    }
    .topSwiper .swiper-button-next {
        right: 5px;
    }
}

@media screen and (max-width: 355px) {
    .header-wrapper .logo {
        width: 100px;
    }
    .header-wrapper .header-right li {
        font-size: 1.2rem;
        padding: 0 0.5rem;
    }
    .order-list .oli-cont .inner .orderimg {
        margin: 0 1rem 0 0;
    }
    .order-list .oli-cont .inner .cont-left span {
        padding-left: 1rem;
    }
    .order-list .oli-cont .inner .price li .price-ttl {
        margin-right: 1rem;
    }
    .content-regist .regist-image .ttl {
        font-size: 1.5rem;
    }
    .content-regist .regist-image .imgchoose .item {
        font-size: 1.5rem;
    }
    .btn {
        font-size: 1.5rem;
        padding: 0 15px;
    }
    .md-steps {
        padding: 0 1.5rem;
    }
    .confirm-btninner .btn {
        padding: 0 5px;
    }
    .topSwiper .register-free p {
        font-size: 15px;
    }
    .topSwiper .main-trait {
        max-width: 280px;
    }
}