html {
    font-size: 14px;
}

label img {
    margin: 3px;
    padding: 4px;
}

.wrap {
    overflow: hidden;
    background: url('../img/bg-top.png') no-repeat top center;
    background-size: contain;
}

.page-id-13 main{
    background-color: #fff;
    padding-top: 20px;
}

@media (max-width: 768px) {
    .wrap {
        background-size: contain;
    }
}

.selection-group input[type='radio'] {
    display: none;
}

.selection-group input[type='radio']:checked+label img {
    background: #03a0e9;
}

.area-img {
    margin: 1rem 2rem;
}

.map-img {
    text-align: center;
}

.map-img img {
    width: 100%;
}

.l-font-noto {
    font-family: 'Noto Sans JP', sans-serif;
}

.l-font-maru {
    font-family: 'M PLUS Rounded 1c', sans-serif;
}

.l-font-kosugimaru {
    font-family: 'Kosugi Maru', sans-serif;
}

/* sec1 */

.c-sec2-title {
    text-align: center;
    font-weight: bold;
    color: #444;
    margin: 0;
}

.c-sec2-title span {
    padding: 40px 120px 40px;
    background: #eee;
    border-top-right-radius: 60px;
    border-top-left-radius: 60px;
}

.c-present-modal-title {
    height: 48px;
    overflow-y: scroll;
}

.c-present-modal-txt {
    height: 145px;
    overflow-y: scroll;
}

.c-present-modal-supply {
    height: 106px;
    overflow-y: scroll;
}

.c-present-modal-channel {
    height: 195px;
    overflow-y: scroll;
}

.c-present-modal-scroll::-webkit-scrollbar {
    width: 12px;
}

.c-present-modal-scroll::-webkit-scrollbar-track {
    background: #fff;
    border-radius: 10px;
}

.c-present-modal-scroll::-webkit-scrollbar-thumb {
    background: #eee;
    border-radius: 10px;
}

.c-present-modal-logo-img {
    height: 50px;
    cursor: inherit;
}

.card-img-top {
    cursor: pointer;
    cursor: hand;
}

.c-present-modal-logo-img img {
    width: 100%;
    cursor: inherit;
}

@media (max-width: 768px) {
    .c-sec2-title span {
        padding: 30px 20px 20px;
        border-top-right-radius: 30px;
        border-top-left-radius: 30px;
    }

    .c-present-modal-title {
        height: auto;
        overflow-y: scroll;
    }

    .c-present-modal-txt {
        height: 145px;
        overflow-y: scroll;
    }

    .c-present-modal-supply {
        height: auto;
        overflow-y: scroll;
    }

    .c-present-modal-channel {
        height: auto;
        overflow-y: scroll;
    }

    .c-present-modal-logo-img {
        height: auto;
    }
}

h2.c-sec2-title {
    font-size: 20px;
}

@media (max-width: 768px) {
    .c-sec2-title span {
        padding: 30px 20px 20px;
        border-top-right-radius: 30px;
        border-top-left-radius: 30px;
    }

    h2.c-sec2-title {
        font-size: 20px;
    }

    .c-sec2-title-icon {
        width: 25%;
        margin: 0 auto;
    }

    .c-sec2-title-icon img {
        width: 100%;
    }
}

.top-mainimg {
    width: 90%;
    margin: 0 auto;
}

.top-mainimg img {
    /*  border-radius: 40px;*/
}

.header-img-box {
    text-align: center;
}

.area-header {
    background: url(../img/header-img.png);
    padding: 5px;
    height: 130px;
    background-position: center;
}

.name-header {
    background: url(../img/header-img.png);
    padding: 5px;
    height: 130px;
    background-position: center;
}

.form1-header {
    background: url(../img/header-img2.png);
    padding: 5px;
    height: 130px;
    background-position: center;
}

.completed-header {
    background: url(../img/header-img5.png);
    padding: 5px;
    height: 130px;
    background-position: center;
}

.form2-header {
    background: url(../img/header-img4.png);
    padding: 5px;
    height: 130px;
    background-position: center;
}

.report-header {
    background: url(../img/header-img3.png);
    padding: 5px;
    height: 130px;
    background-position: center;
}

img.header-img {
    width: 100%;
}

.top-category {
    margin: 2rem 0;
}

.top-category-btn {
    border-radius: 40px;
    width: 90%;
    margin: 0 auto;
    padding: 1.2rem;
    display: block;
    background: #ffffff;
    border: 4px solid #03a0e9;
    color: #03a0e9;
    font-size: 30px;
    font-weight: bold;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    transition: all 0.3s ease;
    box-shadow: 5px 5px 0px 0px #eee;
}

/*.top-category a:hover {
  background: #03A0E9;
  color: #FFFC00;
  box-shadow: 5px 5px 0px 0px #eee;
}*/

label {
    margin-bottom: 0rem;
}

section.sec3 {
    background-color: #b4e2ff;
}

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

figure {
    position: relative;
}

figure img {
    width: 100%;
    vertical-align: top;
}

figure figcaption {
    font-size: 5rem;
    color: #fff;
    position: absolute;
    top: 0;
    display: flex;
    width: 100%;
    height: 100%;
    margin: 0;
    align-items: center;
    justify-content: center;
}

.decorator {
    background-color: rgba(0, 0, 0, 0.7);
}

.topbg {
    /*  background-color: #B4E2FF;*/
    padding: 20px 0;
}

.title-head {
    position: relative;
}

.c-sec2-title-icon {
    position: absolute;
    left: 50%;
    margin-left: -30px;
    top: -72px;
    width: 60px;
}

.c-sec2-title-icon img {
    width: 100%;
}

@media (max-width: 768px) {
    .top-mainimg {
        width: 100%;
    }

    .c-sec2-title-icon {
        position: absolute;
        left: 50%;
        margin-left: -20px;
        top: -60px;
        width: 15%;
    }

    .c-sec2-title-icon img {
        width: 100%;
    }
}

/* sec2 */

.c-sec02-list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
    margin: 0;
}

.c-sec02-list::after,
.c-sec02-list::before {
    content: '';
    display: block;
    width: 23%;
    height: 0;
}

.c-sec02-list::before {
    order: 1;
}

.c-sec02-list li {
    width: 18%;
    text-align: center;
    margin-bottom: 30px;
}

.c-sec02-list li a {
    width: 100%;
    box-sizing: border-box;
    border: 4px solid #c0c0c0;
    color: #fff;
    transition: all 0.3s ease;
    display: block;
    border-radius: 20px;
    font-size: 24px;
    /*  box-shadow: 5px 5px 0px 0px #eee;*/
}

.c-sec02-list li a:hover {
    background: #fff;
    color: #e60012;
    box-shadow: 5px 5px 0px 0px #eee;
    text-decoration: none;
}

.web {
    display: none;
}

.c-to-sec02-list-title-catv {
    background: #23acae;
    color: #fff;
    border-bottom-left-radius: 16px;
    border-bottom-right-radius: 16px;
}

.c-to-sec02-list-title-home-appliances {
    background: #b9d52b;
    color: #fff;
    border-bottom-left-radius: 16px;
    border-bottom-right-radius: 16px;
}

.c-to-sec02-list-title-outdoors {
    background: #008000;
    color: #fff;
    border-bottom-left-radius: 16px;
    border-bottom-right-radius: 16px;
}

.c-to-sec02-list-title-relax {
    background: #d260fe;
    color: #fff;
    border-bottom-left-radius: 16px;
    border-bottom-right-radius: 16px;
}

.c-to-sec02-list-title-food {
    background: #fc5b8f;
    color: #fff;
    border-bottom-left-radius: 16px;
    border-bottom-right-radius: 16px;
}

.c-to-sec02-list-title-kids {
    background: #ff8c00;
    color: #fff;
    border-bottom-left-radius: 16px;
    border-bottom-right-radius: 16px;
}

.webonly a {
    color: #913 !important;
    border: 6px solid #f00060 !important;
    background-color: #FEE;
    padding-top: 15px;
    padding-bottom: 15px;
}

.cateall a {
    color: #950 !important;
    border: 6px solid #f2c038 !important;
    background-color: #FFE;
    padding-top: 15px;
    padding-bottom: 15px;
}

.c-top-sec02-list-img {
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    cursor: pointer;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}

.c-top-sec02-list-img img {
    width: 100%;
    transition-duration: 0.5s;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}

.c-top-sec02-list-img:hover img {
    transform: scale(1.2);
    transition-duration: 0.5s;
}

.sec2 {
    padding: 80px 0 0px;
}

.sheet-h3 {
    font-size: 1.2rem;
}

.container.radio {
    padding-left: 0px;
}

.c-sec2-inner {
    background: #eee;
    padding: 40px;
}

@media (max-width: 768px) {
    .sec2 {
        padding: 80px 0 0px;
    }

    .c-sec2-inner {
        padding: 20px;
    }

    .c-sec02-list li {
        width: 48%;
        text-align: center;
        margin-bottom: 30px;
    }

    .c-sec02-list li a {
        width: 100%;
        box-sizing: border-box;
        background: #ffffff;
        transition: all 0.3s ease;
        display: block;
        border-radius: 19px;
        font-size: 20px;
        font-weight: bold;
        box-shadow: 5px 5px 0px 0px #eee;
    }
}

/* sec3 */

.sec3 {
    padding: 4rem 0;
}

.card-header.top-sec3-title {
    background-color: #03a0e9;
    color: #fff;
    font-size: 1.5rem;
    border-top-right-radius: 30px;
    border-top-left-radius: 30px;
}

.top-sec3-container .border-0.card {
    border-radius: 30px;
}

.top-sec3-container {
    padding-bottom: 4rem;
}

.top-sec3-container ul,
.top-sec3-container ol {
    margin-left: 0;
}

/* sec4 */

.sec4 {
    padding: 4rem 0;
    background: #fffde4;
}

/* sec-footer */

.sec-footer {
    border-top: 1px solid #b9b9b9;
    padding: 2rem 0 0 0;
    background-color: #f9f9f9;
}

@media (max-width: 768px) {

    .sec3,
    .sec4 {
        padding: 20px 0;
    }

    .card-header.top-sec3-title {
        font-size: 18px;
    }

    .sec3 .card-body {
        font-size: 14px;
    }

    .top-sec3-container {
        padding-bottom: 20px;
    }
}

/*** カテゴリー一覧ページ ***/

.category-dialog {
    max-width: 900px;
}

.c-present-dialog {
    margin: 60px 27.5px 0px 27.5px;
    max-width: 100%;
}

@media (max-width: 768px) {
    .c-present-dialog {
        margin: 20px 8px 0px 8px;
        max-width: 100%;
    }
}

.category-content {
    border-radius: 1.5rem;
    background-color: #e5f5fd;
    border: 4px solid #03a0e9;
}

.modal-img {
    padding: 2rem 0rem 0 2rem;
    width: 100%;
}

.modal-text {
    padding: 2rem 2rem 0 0rem;
}

.modal-category-ul {
    list-style: none;
    padding: 0px;
}

.modal-category-ul li {
    margin: 0.3rem 0;
    background-color: #fff;
    padding: 0.5rem;
}

.modal-category-title {
    margin: 0 0 0.3rem;
    background-color: #fff;
    padding: 0.5rem;
    font-size: 1rem;
}

.btn-center {
    margin: 0 auto;
}

/* sec2 */

.accordion-header {
    border: 4px solid #03a0e9;
    border-radius: 1rem !important;
    background-color: #fff;
    color: #03a0e9;
    font-weight: bold;
}

/*** 局・エリア ***/

.radio-box {
    border: 1px solid;
}

.radio-input {
    display: none;
}

.radio-input+label {
    padding-left: 60px;
    position: relative;
    margin-right: 20px;
}

.radio-input+label::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 15px;
    height: 15px;
    border: 3px solid #03a0e9;
    border-radius: 50%;
}

.radio-input:checked+label {
    color: #03a0e9;
}

.radio-input:checked+label::after {
    content: '';
    display: block;
    position: absolute;
    top: 3px;
    left: 3px;
    width: 11px;
    height: 11px;
    background: #03a0e9;
    border-radius: 50%;
    border: 3px solid #03a0e9;
}

.col-lg-4.radio-box {
    padding: 0;
    padding-left: 1rem;
    border-radius: 1rem;
    background-color: #fff;
}

/*.img-fluid {
  padding: 1rem;
}*/

.radio-input+label::before {
    content: '';
    display: block;
    position: absolute;
    top: 5px;
    left: -5px;
    width: 40px;
    height: 40px;
    border: 1px solid #999;
    border-radius: 50%;
}

.radio-input:checked+label::after {
    content: '';
    display: block;
    position: absolute;
    top: 10px;
    left: 0px;
    width: 30px;
    height: 30px;
    background: #03a0e9;
    border-radius: 50%;
}

.radio-box:checked+label::after {
    margin: 1rem;
    border: 3px solid;
    border-color: #03a0e9;
}

.form-bg {
    background-color: #f2f2f2;
}

.fs-15 {
    font-size: 1.5rem;
}

.radio-input:checked+label::after {
    content: '';
    display: block;
    position: absolute;
    top: 5px;
    left: 0px;
    width: 20px;
    height: 20px;
    background: #03a0e9;
    border-radius: 50%;
}

.radio-main+label::before {
    content: '';
    display: block;
    position: absolute;
    top: 0px;
    left: -5px;
    width: 30px;
    height: 30px;
    border: 1px solid #999;
    border-radius: 50%;
}

.radio-3box {
    padding: 1rem;
    border-radius: 1rem;
}

#radio-ccm {
    padding-left: 35px;
    position: relative;
    margin-right: 0px;
    font-size: 20px;
}

.radio-ft {
    font-size: 20px;
}

.custom-control {
    position: relative;
    display: block;
    min-height: 1.5rem;
    padding-left: 1.5rem;
    /* margin: 100px; */
    margin: 10px 20px;
    font-size: 18px;
}

/***  form1 ***/

.ct-form {
    border-radius: 0.6rem;
    background-color: #e5f5fd;
    border: 2px solid #03a0e9;
}

.sec1-area-box.radio-box {
    margin: 1rem;
}

@media (max-width: 768px) {
    .radio-main+label::before {
        top: -10px;
    }

    .radio-input:checked+label::after {
        top: -4px;
    }
}

.flow-img img {
    width: 100%;
}

@media (min-width: 960px) {
    .flow-img img {
        width: 60%;
    }
}

/*下層ページ---------------*/

/*カテゴリー一覧*/

.c-lower-head-01 {
    text-align: center;
    background-position: top center;
    padding: 20px 0;
}

.c-lower-head-01 img {
    max-width: 100%;
    height: auto;
}

.c-category-head img {
    border-radius: 30px;
}

.c-cat-sec1 {
    background: #fffde4;
    padding: 80px 0 0px;
}

.c-cat-sec2 {
    background: #fff;
    padding: 0px 0 40px;
}

.category-wrap {
    /*  background: #FFDB57;*/
    background: #eee;
    padding-bottom: 80px;
    padding-top: 20px;
}

.catecory-title {
    font-family: 'M PLUS Rounded 1c', sans-serif;
    font-weight: bold;
    font-size: 30px;
    text-align: center;
    margin-bottom: 8px;
    color: #fff;
}

.c-category-title-other {
    text-align: center;
    font-weight: bold;
    font-family: 'M PLUS Rounded 1c', sans-serif;
    font-size: 30px;
    padding-bottom: 8px;
}

.catecory-title span {
    padding: 30px 120px 7px;
    background: #ffdb57;
    border-top-right-radius: 60px;
    border-top-left-radius: 60px;
}

.catecory-title-wrap {
    position: relative;
}

.catecory-title-icon {
    position: absolute;
    left: 50%;
    margin-left: -20px;
    top: -55px;
}

@media (max-width: 768px) {
    .c-lower-head-01 {
        padding: 0;
    }

    .c-category-head {
        width: 100%;
        margin: 0 auto;
    }

    .c-category-head img {
        width: 100%;
        border-radius: 0;
    }

    .catecory-title span {
        padding: 20px 30px 0px;
        background: #ffdb57;
        border-top-right-radius: 30px;
        border-top-left-radius: 30px;
    }

    .catecory-title {
        font-size: 18px;
    }

    .catecory-title-icon {
        position: absolute;
        left: 50%;
        margin-left: -20px;
        top: -45px;
    }

    .c-cat-sec1 {
        background: #fff;
        padding: 60px 0 0px;
    }

    .c-cat-sec1 .card-body {
        padding: 1.25rem 0;
    }
}

.c-cat-sec2 .catecory-title-wrap {
    background: #eee;
}

.c-category-title-other span {
    padding: 30px 120px 6px;
    background: #ffdb57;
    border-top-right-radius: 60px;
    border-top-left-radius: 60px;
}

.c-category-sec02-list-wrap {
    padding-top: 40px;
    font-family: 'Kosugi Maru', sans-serif;
}

@media (max-width: 768px) {
    .c-category-title-other span {
        padding: 20px 30px 0px;
        border-top-right-radius: 30px;
        border-top-left-radius: 30px;
    }

    .c-category-title-other {
        font-size: 22px;
    }
}

/*賞品一覧ページ*/

.c-cat-archive-sec1 {
    background: #f9f9f9;
}

.c-category-archiv-list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
    margin: 0;
}

.c-category-archiv-list li {
    width: 23%;
    text-align: center;
    margin-bottom: 30px;
}

.c-category-archiv-list li a {
    width: 100%;
    box-sizing: border-box;
    background: #ffffff;
    border: 4px solid #e60012;
    color: #e60012;
    transition: all 0.3s ease;
    display: block;
    padding: 20px;
    border-radius: 20px;
    font-size: 22px;
    font-weight: bold;
}

.c-category-archiv-list li a:hover {
    background: #e60012;
    color: #fff;
    box-shadow: 5px 5px 0px 0px #eee;
    text-decoration: none;
}

.c-category-archive-list-wrap {
    padding-top: 40px;
    padding-bottom: 100px;
    font-family: 'Kosugi Maru', sans-serif;
}

.c-cat-archive-sec2 {
    background: #f9f9f9;
    padding: 40px 0 0px;
}

.l-archive-section-wrap {
    margin-top: -40px;
    padding-top: 60px;
}

.c-category-archive-section {
    list-style: none;
    margin: 0;
    padding: 0;
}

.c-category-archive-section .card {
    border: none;
}

.c-category-archive-section li:nth-child(odd) .catecory-title span {
    padding: 30px 120px 6px;
    /* background: #FFDB57*/
    border-top-right-radius: 60px;
    border-top-left-radius: 60px;
}

.c-category-archive-section li:nth-child(odd) .category-wrap {
    /* background: #FFDB57;*/
    background: #eee;
    padding-bottom: 160px;
    padding-top: 20px;
}

.c-category-archive-section li:nth-child(even) .catecory-title span {
    padding: 30px 120px 8px;
    /* background: #E5F5FD;*/
    border-top-right-radius: 60px;
    border-top-left-radius: 60px;
}

.c-category-archive-section li:nth-child(even) .category-wrap {
    background: #fffde4;
    padding-bottom: 160px;
    padding-top: 20px;
}

.c-category-archive-section li.c-cat-archive-sec {
    margin-top: -104px;
}

html {
    scroll-behavior: smooth;
}

.display-sp {
    display: none;
}

@media (max-width: 768px) {
    .display-sp {
        display: block;
    }

    .c-category-archiv-list li {
        width: 48%;
        text-align: center;
        margin-bottom: 10px;
    }

    .c-category-archiv-list li a {
        width: 100%;
        border: 2px solid #e60012;
        color: #e60012;
        padding: 10px;
        border-radius: 10px;
        font-size: 16px;
    }

    .c-category-archive-section li:nth-child(odd) .catecory-title span {
        padding: 20px 30px 0px;
        border-top-right-radius: 20px;
        border-top-left-radius: 20px;
    }

    .c-category-archive-section li:nth-child(odd) .category-wrap {
        padding-bottom: 100px;
    }

    .c-category-archive-section li:nth-child(even) .catecory-title span {
        padding: 20px 30px 0px;
        border-top-right-radius: 20px;
        border-top-left-radius: 20px;
    }

    .c-category-archive-section li:nth-child(even) .category-wrap {
        padding-bottom: 100px;
    }
}

/*----------------エリアを選ぶ*/

.c-area-title {
    background: #ae2a2b;
    color: #fff;
    font-family: 'M PLUS Rounded 1c', sans-serif;
    font-size: 22px;
    padding: 15px 0px;
    margin-top: 30px;
    text-align: center;
    border-radius: 10px;
}

.c-area-bg {
    background-color: #f8f9fa;
}

.c-area-sec3 {
    padding: 40px 0 60px;
}

.c-area-btn {
    text-align: center;
}

.c-area-btn button {
    font-family: 'M PLUS Rounded 1c', sans-serif;
    border-radius: 40px;
    width: 100%;
    margin: 0 auto;
    margin-bottom: 20px;
    padding: 20px;
    display: block;
    background: #ffffff;
    border: 4px solid #03a0e9;
    color: #03a0e9;
    font-size: 24px;
    font-weight: bold;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    transition: all 0.3s ease;
    box-shadow: 5px 5px 0px 0px #eee;
}

.c-area-btn button.disabled {
    background: lightgray;
    border: 4px solid darkgray;
    color: white;
    cursor: default;
}

.c-area-btn button.disabled:hover {
    text-decoration: none;
}

.c-area-btn button:not(.disabled):hover {
    background: #03a0e9;
    color: #fffc00;
    box-shadow: 5px 5px 0px 0px #eee;
    text-decoration: none;
}

@media (max-width: 768px) {
    .c-area-btn button {
        width: 100%;
        margin: 0 auto;
        margin-bottom: 20px;
        padding: 20px;
    }
}

.area-img label {
    cursor: pointer;
}

.area-img img {
    box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, .2);
}

.area-img img:hover {
    background: #03a0e9;
}

.c-area-select {
    display: flex;
    justify-content: center;
}

.c-area-sec2 {
    padding: 40px 0;
}

.c-area-inputbtn {
    border: 2px solid #03a0e9;
    padding: 10px 20px;
    background: #fff;
    border-radius: 20px;
    width: 100%;
}

input.c-area-inputbtn:focus {
    background: #03a0e9;
    outline: none;
    border-radius: 20px;
    color: #fff;
}

.ht-tm-codeblock {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    margin-top: 30px;
}

.ht-tm-element {
    width: 30%;
}

.c-area-btn a {
    width: 40%;
    margin: 0 auto;
    padding: 10px 0px;
    display: block;
    background: #ffffff;
    border: 4px solid #03a0e9;
    color: #03a0e9;
    font-size: 18px;
    border-radius: 20px;
}

@media (max-width: 768px) {
    .c-area-select {
        justify-content: space-between;
        flex-wrap: wrap;
    }

    .area-img {
        margin: 10px 0;
        text-align: center;
        width: 50%;
        box-sizing: border-box;
    }

    .area-img img {
        width: 100%;
        box-sizing: border-box;
    }

    .c-area-title {
        font-size: 20px;
        padding: 15px 10px;
    }

    .c-area-btn a {
        border-radius: 20px;
        width: 90%;
        margin: 0 auto;
        padding: 10px 0px;
        display: block;
        background: #FFFFFF;
        border: 4px solid #03A0E9;
        color: #03A0E9;
        font-size: 22px;
        border-radius: 20px;
    }

    .c-area-sec3 {
        padding: 20px 0 30px;
    }

    .ht-tm-codeblock {
        display: block;
        justify-content: space-around;
        flex-wrap: wrap;
        margin-top: 30px;
    }

    .ht-tm-element {
        width: 100%;
        margin-bottom: 20px;
    }

    .c-area-sec2 {
        padding: 20px 0;
    }
}

/*----------アンケートform_1*/

.c-form-wrap {
    padding: 30px;
    box-sizing: border-box;
    background: #fff;
}

.c-form-wrap h2 {
    position: relative;
    font-size: 14pt;
    padding-bottom: 15px;
    margin-bottom: 30px;
}

.c-form-wrap h2:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 7px;
    background: -webkit-repeating-linear-gradient(-45deg, #6ad1c8, #6ad1c8 2px, #fff 2px, #fff 4px);
    background: repeating-linear-gradient(-45deg, #6ad1c8, #6ad1c8 2px, #fff 2px, #fff 4px);
}

.c-form-step-wrap {
    padding: 20px 0 40px;
}

.c-form-step {
    font-size: 12px;
    list-style-type: none;
    display: table;
    width: 100%;
    padding: 0;
    margin: 0;
    overflow: hidden;
}

.c-form-step li {
    display: table-cell;
    position: relative;
    background: #aaa;
    padding: 1em 0.5em 1em 2em;
    color: #fff;
}

.c-form-step li:last-child {
    padding-right: 1em;
}

.c-form-step li:last-child:before,
.step li:last-child:after {
    display: none;
}

.c-form-step li:before,
.c-form-step li:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    margin: auto;
}

.c-form-step li:before {
    top: -18px;
    right: -1em;
    border-style: solid;
    border-color: transparent transparent transparent #fff;
    border-width: 40px 0 40px 1em;
    z-index: 10;
}

.c-form-step li:after {
    top: -18px;
    right: -0.8em;
    border-style: solid;
    border-color: transparent transparent transparent #aaa;
    border-width: 40px 0 40px 1em;
    z-index: 10;
}

.c-form-step li.is-current {
    background: #ff8c00;
}

.c-form-step li.is-current:after {
    border-color: transparent transparent transparent #ff8c00;
}

@media (max-width: 768px) {
    .c-form-wrap {
        padding: 10px;
    }

    .c-form-step li {
        padding: 5px 5px 5px 15px;
    }

    .c-form-step li:after {
        top: -8px;
    }

    .c-form-step li:before {
        top: -8px;
    }
}

.c-form-sec1,
.c-form-sec2 {
    background: #fffde4;
}

.c-form-title {
    font-size: 24px;
    font-weight: bold;
    color: #03a0e9;
    text-align: center;
    margin-bottom: 20px;
}

.c-form-title span {
    padding-right: 5px;
}

.c-form-sec2 {
    font-size: 16px;
}

.c-form-sec2 .radio-3box {
    border: none;
    padding: 0;
}

.c-form-sec2 .radio-ft {
    font-size: 16px;
}

.c-form-sec2 .radio-main+label::before {
    content: '';
    display: block;
    position: absolute;
    top: 3px;
    left: -5px;
    width: 20px;
    height: 20px;
    border: 2px solid #03a0e9;
    border-radius: 50%;
    background: #fff;
}

.c-form-sec2 .radio-input+label {
    padding-left: 20px;
    position: relative;
    margin-right: 0px;
}

.c-form-sec2 .radio-input:checked+label::after {
    content: '';
    display: block;
    position: absolute;
    top: 7px;
    left: -1px;
    width: 12px;
    height: 12px;
    background: #03a0e9;
    border-radius: 50%;
}

.c-form-sec2 .form-control {
    font-size: 14px;
}

.c-form-sec2-txt {
    font-size: 14px;
    color: #444;
    padding-top: 10px;
}

.c-form-sec2-txt-1 {
    font-size: 14px;
    color: #444;
}

.c-fotm-lead {
    font-size: 16px;
    text-align: center;
    padding: 0px 0 20px;
}

.c-fotm-title-h3 {
    padding: 5px 10px;
    border-bottom: solid 2px #03a0e9;
    color: #03a0e9;
    font-size: 18px;
    margin-bottom: 30px;
}

.c-form-footer-btn-wrap {
    display: flex;
    justify-content: space-between;
    width: 600px;
    margin: 0 auto;
    padding-bottom: 40px;
    padding-top: 40px;
}

.c-form-footer-btn-wrap-single {
    margin: 0 auto;
    padding-bottom: 40px;
    padding-top: 40px;
}

.c-form-footer-btn {
    width: 48%;
    text-align: center;
    margin: auto;
}

.c-form-footer-btn a,
.c-form-footer-btn button {
    font-family: 'M PLUS Rounded 1c', sans-serif;
    border-radius: 40px;
    width: 100%;
    margin: 0 auto;
    display: block;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    transition: all 0.3s ease;
    box-shadow: 5px 5px 0px 0px #eee;
}

.c-form-footer-btn.c-back a,
.c-form-footer-btn.c-back button {
    height: 60px;
    line-height: 60px;
    background: #03a0e9;
    color: white;
}

.c-form-footer-btn.c-next a,
.c-form-footer-btn.c-next button {
    height: 60px;
    background: #ff8c00;
    color: white;
}

.c-form-footer-btn.c-back a:hover,
.c-form-footer-btn.c-back button:hover {
    background: #fff;
    /*  border: 3px solid #03A0E9;*/
    color: #03a0e9;
    box-shadow: 5px 5px 0px 0px #eee;
    text-decoration: none;
}

.c-form-footer-btn.c-next a:hover,
.c-form-footer-btn.c-next button:hover {
    background: #fff;
    /*  border: 3px solid #ff8c00;*/
    color: #ff8c00;
    box-shadow: 5px 5px 0px 0px #eee;
    text-decoration: none;
}

@media (max-width: 768px) {
    .c-form-footer-btn-wrap {
        width: 100%;
        margin: 0 auto;
    }

    .c-form-footer-btn-wrap {
        padding-top: 20px;
    }
}

/*----------アンケートform_2*/

.c-form-titile-span {
    font-size: 16px;
    padding-left: 5px;
}

.c-form-titile-h3 {
    font-size: 16px;
    padding-bottom: 5px;
}

.c-form-sec2 .accordion-header {
    border: 2px solid #03a0e9;
    border-radius: 10px !important;
    background-color: #fff;
    color: #03a0e9;
    font-weight: normal;
}

.c-form-q-h4 {
    font-size: 16px;
}

.c-form-service-titile {
    font-size: 16px;
    padding: 10px 10px;
    background: #b4e2ff;
    margin: 20px 0 0;
}

.c-form-service-wrap {}

.c-form-sec2 .c-form-service-wrap .radio-main+label::before {
    left: 0px;
}

.c-form-sec2 .c-form-service-wrap .radio-input:checked+label::after {
    left: 4px;
}

.c-form-sec2 .radio-ft {
    padding-left: 10px;
}

.c-form-service-wrap {
    padding: 15px 10px;
    box-sizing: border-box;
    background: #f5f5f5;
}

.c-form3-sec3 {
    background: #fffde4;
    padding-top: 40px;
}

.c-form3-sec3-title {
    background: #03a0e9;
    padding: 10px;
    color: #fff;
    font-size: 22px;
    text-align: center;
    margin: 0;
}

.c-form-reset a {
    padding: 10px 0;
    font-family: 'M PLUS Rounded 1c', sans-serif;
    border-radius: 40px;
    width: 100%;
    margin: 0 auto;
    display: block;
    color: #333;
    font-size: 18px;
    font-weight: bold;
    transition: all 0.3s ease;
    box-shadow: 5px 5px 0px 0px #eee;
    background: #ddd;
}

.c-form-reset {
    text-align: center;
    margin: 20px auto 0;
}

.c-form-reset a:hover {
    background: #a5b1c2;
    color: #fff;
    text-decoration: none;
}

.c-form3-sec3-wrap {
    margin: 0;
    background: #fff;
}

.c-form-sec2 .report-th {
    font-weight: normal;
    font-size: 16px;
    width: 70%;
}

@media (max-width: 768px) {
    .c-form-sec2 .report-th {
        font-size: 14px;
    }

    .c-form-sec2 td.report-td {
        font-size: 14px;
    }
}

.c-form-comp-lead {
    font-size: 22px;
    padding-top: 20px;
    text-align: center;
    color: #03a0e9;
}

.c-form-comp-sub {
    width: 500px;
    margin: 0 auto 20px;
    font-size: 16px;
}

.c-form-comp-list-wrap {
    display: flex;
    justify-content: center;
    margin: 30px auto;
    width: 600px;
    list-style: none;
    padding-left: 0;
}

.c-form-comp-list {
    width: 48%;
}

.c-form-comp-list:nth-of-type(2n) {
    margin-left: 4%;
}

.c-form-comp-list img {
    border: 2px solid #ccc;
    /*border-radius: 20px;*/
    width: 100%;
    box-shadow: 5px 5px 0px 0px #eee;
}

.c-form-comp-list h2 {
    text-align: center;
    font-size: 16px;
    color: #03a0e9;
}

.c-form-comp-list a:hover img {
    border: 2px solid #03a0e9;
}

.c-form-sec4 {
    background: #fffde4;
    padding: 40px 0;
}

.c-form-sec4 .c-form-footer-btn {
    margin: 0 auto;
}

.c-present-wrap {
    padding: 60px 40px;
    box-sizing: border-box;
}

.c-present-container {
    margin-bottom: 40px;
}

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

.c-present-img-wrap {
    width: 38%;
}

.c-present-img img {
    width: 100%;
}

.c-present-text {
    width: 60%;
}

.c-present-modal-dl {
    display: flex;
    margin: 0 0 0.3rem;
    background-color: #fff;
    padding: 0.5rem;
    font-size: 16px;
    box-sizing: border-box;
}

.c-present-modal-dt {
    font-weight: bold;
    font-size: 14px;
    width: 20%;
}

.c-present-modal-dd {
    margin: 0;
    width: 78%;
}

.c-present-modal-supplyre {
    display: flex;
    align-items: center;
}

.c-present-modal-supply-name {
    padding-right: 10px;
}

.c-present-number {
    background: #03a0e9;
    padding: 30px 20px;
    width: 120px;
    text-align: center;
    border-radius: 50%;
    color: #fff;
    font-weight: bold;
    font-family: 'M PLUS Rounded 1c', sans-serif;
    box-shadow: 3px 6px 6px #00000029;
}


.c-present-number span {
    font-size: 36px;
}

.c-present-img {
    position: relative;
}

.c-present-number {
    position: absolute;
    bottom: -30px;
    left: 0px;
}

@media (max-width: 768px) {
    .c-present-number {
        bottom: 280px;
    }
}

.c-present-channel-wrap {
    display: flex;
    width: 100%;
}

.c-present-channel {
    width: 30%;
    margin-right: 1%;
}

.c-present-channel img {
    width: 100%;
}

.c-present-channel {
    margin-right: 10px;
    margin-bottom: 0;
}

@media (max-width: 768px) {
    .c-present-flex {
        display: block;
    }

    .c-present-wrap {
        padding: 20px 10px;
        box-sizing: border-box;
    }

    .c-present-img-wrap {
        width: 100%;
        margin-bottom: 40px;
    }

    .c-present-text {
        width: 100%;
    }

    .c-present-number {
        background: #03a0e9;
        padding: 20px 10px;
        width: 80px;
        text-align: center;
        border-radius: 50%;
        color: #fff;
        font-size: 16px;
        font-weight: bold;
        font-family: 'M PLUS Rounded 1c', sans-serif;
        box-shadow: 3px 6px 6px #00000029;
    }

    .c-present-number span {
        font-size: 22px;
    }

    .c-present-modal-supplyre {
        display: block;
    }

    .container.c-present-container {
        padding: 0;
    }

    .c-present-modal-dt {
        width: 24%;
    }

    .c-present-modal-dd {
        margin: 0;
        width: 74%;
    }

    .c-present-modal-dl {
        justify-content: space-between;
    }

    .c-present-container {
        margin-bottom: 20px;
    }
}

.c-category-li-txt-01 {
    padding: 0.5rem;
    font-size: 16px;
}

.c-category-li-h5 {
    font-size: 16px;
    margin-bottom: 0;
}

.c-category-li-txt-01-title {
    font-size: 14px;
    font-weight: bold;
}

.c-category-li-txt-01-num {
    font-size: 16px;
    font-weight: bold;
}

.c-present-choice-dl {
    display: flex;
    margin-bottom: 10px;
    background-color: #fff;
    padding: 0 0.5rem;
    font-size: 14px;
    box-sizing: border-box;
}

.c-present-choice-dt {
    font-weight: bold;
    font-size: 14px;
    width: 25%;
}

.c-present-choice-dd {
    margin: 0;
    width: 74%;
}

.c-form-sup-box {
    background: #eee;
    padding: 20px;
    border-radius: 20px;
    width: 600px;
    margin: 0 auto;
}

.c-form-sup {
    display: flex;
    align-items: center;
    margin-bottom: 0;
}

.c-form-sup dt {
    width: 30%;
    font-size: 14px;
    color: #888;
}

.c-form-sup dd {
    width: 68%;
    margin-bottom: 0;
}

.c-form-sup dd p {
    margin-bottom: 0;
}

@media (max-width: 768px) {
    .c-form-sup-box {
        width: 100%;
    }

    .c-form-comp-sub {
        width: 100%;
        font-size: 16px;
    }

    .c-form-comp-lead {
        font-size: 20px;
    }

    .c-form-comp-list-wrap {
        margin: 30px auto;
        width: 100%;
    }
}

.c-top-lead-title {
    text-align: center;
    font-family: 'Kosugi Maru', sans-serif;
    font-size: 36px;
    color: #444;
}

.c-top-lead-title span.c-font-big {
    font-size: 48px;
    color: #e60012;
}

.sec2-1 {
    padding: 0;
}

.sec2-2 {
    padding: 40px 0 0px;
}

.sec2-2 .card {
    border-radius: 30px;
    #EEE
}

.term {
    display: none;
}

.c-top-lead-title {
    position: relative;
    display: inline-block;
    text-align: center;
}

.c-top-lead-icon-left {
    position: absolute;
    top: -16px;
    left: -60px;
    width: 50px;
    height: 50px;
}

.c-top-lead-icon-right {
    position: absolute;
    top: -16px;
    right: -60px;
    width: 50px;
    height: 50px;
}

.c-top-lead-title-wrap {
    text-align: center;
    background-color: #fff;
}

.c-top-lead-img {
    text-align: center;
}

.c-footer-company-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 0;
    margin-left: 0;
    font-family: Meiryo, 'sans-serif';
}

/*.c-footer-company-wrap::after, .c-footer-company-wrap::before {
  content: "";
  display: block;
  width: 18%;
  height: 0;
}
.c-footer-company-wrap::before {
  order: 1;
}*/

.c-footer-company-link {
    list-style: none;
    text-align: center;
    width: 25%;
    padding: 0 4px;
    box-sizing: border-box;
    line-height: 1.4;
    margin-bottom: 12px;
    font-size: 12px;
}

.c-footer-company-link a:hover {
    text-decoration: none;
    opacity: 0.6;
}

.c-footer-company-span {}

.c-footer-company-span img {
    border: solid 1px #C5C8C8FF;
}

.c-footer-company-name {
    display: block;
}

@media (max-width: 768px) {
    .c-top-lead-title {
        font-size: 22px;
        color: #444;
    }

    .c-top-lead-title span.c-font-big {
        font-size: 28px;
        color: #e60012;
    }

    .c-top-lead-title-wrap {
        margin: 0 auto;
    }

    .c-top-lead-icon-left {
        position: absolute;
        top: -16px;
        left: -20px;
        width: 30px;
        height: 30px;
    }

    .c-top-lead-icon-right {
        position: absolute;
        top: -16px;
        right: -20px;
        width: 30px;
        height: 30px;
    }

    .c-top-lead-icon-right img,
    .c-top-lead-icon-left img {
        width: 100%;
    }

    .c-top-lead-img img {
        /*width: 100%;*/
    }

    .c-footer-company-link {
        width: 33%;
    }

    .c-footer-company-link img {
        width: 100%;
    }

    .catecory-title {
        margin-bottom: 0;
    }
}

/*------------------各カテゴリーの見出し背景*/

/*家電から選ぶ*/

.p-patarn01 span {
    background: #00ced1;
}

/*アウトドアから選ぶ*/

.p-patarn02 span {
    background: #008000;
}

/*リラックスから選ぶ*/

.p-patarn03 span {
    background: #1e90ff;
}

/*食品から選ぶ*/

.p-patarn04 span {
    background: #ff8c00;
}

.c-category-footer-categorylist {
    padding: 40px 0 0;
}

#page_top {
    width: 50px;
    height: 50px;
    position: fixed;
    right: 0;
    bottom: 0;
    background: #aaa;
    z-index: 10;
}

#page_top a {
    position: relative;
    display: block;
    width: 50px;
    height: 50px;
    text-decoration: none;
}

#page_top a::before {
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    content: '\f102';
    font-size: 25px;
    color: #fff;
    position: absolute;
    width: 25px;
    height: 25px;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    text-align: center;
}

.c-change-txt {
    font-size: 14px;
    text-align: center;
}

.c-change-txt2 {
    text-align: center;
    font-size: 12px;
}

.tooltip-1 {
    position: relative;
    cursor: pointer;
    display: inline-block;
}

.tooltip-1 label {
    border: 1px solid;
    border-color: #ccc #ccc #bbb;
    border-radius: 3px;
    background: #e6e6e6;
    color: rgba(0, 0, 0, 0.8);
    line-height: 1;
    padding: 0.6em 1em 0.4em;
    margin: 0;
    margin-bottom: 15px;
    width: 100%;
}

.tooltip-1 label:hover {
    background: #03a0e9;
    color: #fff;
    cursor: pointer;
}

.tooltip-1 label.is-active {
    background: #03a0e9;
    border-color: yellow;
    color: white;
}

.tooltip-1 label input {
    display: none;
}

.description1 {
    display: none;
    position: absolute;
    padding: 10px;
    font-size: 14px;
    line-height: 1.6em;
    color: #fff;
    border-radius: 5px;
    background: #03a0e9;
    width: 100%;
    z-index: 1;
}

.description1:before {
    content: '';
    position: absolute;
    bottom: -24px;
    right: 60%;
    border: 15px solid transparent;
    border-bottom: 15px solid #03a0e9;
    margin-left: -15px;
    transform: rotateZ(180deg);
}

.tooltip-1:hover .description1 {
    display: inline-block;
    bottom: 60px;
    right: 0px;
}

@media (max-width: 768px) {
    .tooltip-1:hover .description1 {
        z-index: 1;
    }
}

.c-form-sec5 {
    background: #fffde4;
    padding: 20px 0;
}

.c-form-sec5 p {
    margin-bottom: 8px;
}

.c-form-sec5 h2 {
    margin: 12px 0 8px;
    padding-bottom: 4px;
    border-bottom: solid 2px #03a0e9;
    font-size: 16px;
    font-weight: bold;
    color: #03a0e9;
}

.c-form-sec5 ul li {
    list-style: none;
}

.c-form-sec5 ul {
    padding-left: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 16px 0;
}

.c-form-sec5 li a p {
    color: #333;
    font-family: Meiryo, 'sans-serif';
}

.c-form-sec5 li a:hover {
    text-decoration: none;
}

.c-form-sec5 ul::after,
.c-form-sec5 ul::before {
    content: '';
    display: block;
    width: 21%;
    height: 0;
}

.c-form-sec5 ul::before {
    order: 1;
}

li.c-novhange-btn a {
    color: #03a0e9;
    border: 4px solid #03a0e9;
}

li.c-novhange-btn a:hover {
    background: #03a0e9;
}

.c-category-archiv-list::after,
.c-category-archiv-list::before {
    content: '';
    display: block;
    width: 23%;
    height: 0;
}

.c-category-archiv-list::before {
    order: 1;
}

@media (max-width: 768px) {
    li.c-novhange-btn a {
        color: #03a0e9;
        border: 2px solid #03a0e9;
    }

    .c-form-sec5 ul li {
        margin-bottom: 10px;
    }
}

.c-footer-h3 {
    text-align: center;
    font-size: 16px;
    margin-bottom: 0;
}

.c-footer-p {
    font-size: 12px;
    text-align: center;
}

.c-footer-company-link a {
    color: #333;
}

.c-modal-btn>div {
    padding: 16px;
}

@media (max-width: 768px) {
    .c-modal-btn>div {
        padding: 8px;
    }
}

.c-font-meiryo {
    font-family: 'Meiryo', 'sans-serif';
}

.c-top-lead-inner-h3 {
    font-family: 'M PLUS Rounded 1c', sans-serif;
}

.c-present-modal-channel-img-wrap {
    display: flex;
}

.c-present-modal-channel-img {
    margin-right: 4px;
}

@media (max-width: 768px) {
    .c-present-modal-channel-img-wrap {
        display: block;
    }

    .c-present-modal-channel-img {
        margin-right: 0px;
        margin-bottom: 4px;
        width: 100%;
    }

    .c-present-modal-channel-img img {
        width: 100%;
    }
}

.c-top-lead-img {
    width: 600px;
    margin: 0 auto 0;
}

.c-top-lead-img img {
    /*width: 100%;*/
}

.c-top-lead-inner-h3 {
    background: #ff8c00;
    color: #fff;
    padding: 8px 0;
    font-size: 36px;
    font-weight: bold;
}

.c-top-lead-inner {
    font-size: 18px;
    padding-top: 16px;
}

.c-top-lead-inner p {
    margin: 0;
}

@media (max-width: 768px) {
    .c-top-lead-inner-h3 {
        font-size: 18px;
        width: 96%;
        margin: 0 auto;
        text-align: center;
        padding: 8px 6%;
        box-sizing: border-box;
    }

    .c-top-lead-inner {
        font-size: 16px;
        padding-top: 8px;
        margin: 0;
    }

    .c-top-lead-title-wrap {
        text-align: left;
    }

    .c-top-lead-img {
        width: 100%;
        margin-top: 20px;
    }

    .sec2-1 {
        padding: 20px 0 0px;
    }
}

.checkbox+label+textarea {
    display: none;
    width: 100%;
}

input.radio-input+label+textarea {
    display: none;
    width: 100%;
}

.enddate {
    font-size: 28pt;
    color: #fb0016ff;
    font-weight: bold;
    margin-bottom: 0;
}

.shikaku {
    margin-bottom: 0;
}

.chkbx.locked {
    opacity: 0.75;
    color: #aaa;
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.comch-btn button {
    background-color: #e55d00;
    padding: 10px 0;
    line-height: 1.2;
    text-align: center;
    border-radius: 10px;
    width: 60%;
    margin: 0 auto;
    display: block;
    color: #fff !important;
    font-size: 20px;
    transition: all 0.3s ease;
    box-shadow: 5px 5px 0px 0px #eee;
    cursor: pointer;
    outline: none;
}

.comch-btn button:hover {
    background-color: #ffc11c;
    text-decoration: none;
}

ul.comch {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0;
    margin-top: 20px;
    padding: 0;
}

ul.comch li {
    border: solid 1px #666;
    border-radius: 5px;
    white-space: nowrap;
    padding: 10px;
    margin: 5px;
    font-size: 80%;
}

ul.comch li label {
    cursor: pointer;
}

ul.comch li label input {
    display: none;
}

ul.comch li:has(input:checked) {
    background-color: #fff5d3;
}

.prgmcopy {
    background-color: #ffae00;
    padding: 10px 0;
    line-height: 1.2;
    text-align: center;
    border-radius: 20px;
    width: 40%;
    margin: 0 auto;
    margin-top: 15px;
    display: block;
    color: #752904 !important;
    font-size: 14px;
    transition: all 0.3s ease;
    cursor: pointer;
    outline: none;
}

@media (max-width: 768px) {
    .prgmcopy {
        width: 80%;
        font-size: 16px;
    }
}