a {
    color: black;
}

p {
    color: black;
    font-size: 16px;
}

.contents_long {
    max-width: 1400px;
    width: 100%;
    margin: 0 auto;
}

.contents {
    max-width: 1000px;
    width: 100%;
    margin: 0 auto;
}

.tcenter {
    text-align: center;
}

.relative {
    position: relative;
}

.bg-pink {
    background: #e3707c;
}

.tab-none {
    display: none;
}

.bg-pink_se {
    background: #fbeff1;
}

.bg-white {
    background: white;
    border-radius: 10px;
    padding: 0 0 50px 0;
}

#breadcrumbs {
    height: 50px;
}

#breadcrumbs ol {
    padding: 0;
}

#breadcrumbs ol ul {
    padding: 0;
}

#breadcrumbs li {
    list-style: none;
    display: inline;
    color: white;
    line-height: 2.8;
    font-size: 1.7rem;
}

#breadcrumbs li a {
    color: white;
}

#breadcrumbs li::after {
    content: '>';
    display: inline-block;
    padding: 0 10px; /*左右に余白*/
}

#breadcrumbs li:last-child::after {
    display: none;
}

.border {
    /*コレ*/
    border-top: 2px solid #333;
    /*コレ*/
    border-bottom: 2px solid #333;
    padding: 10px;

}

.news_title {
    font-size: 40px;
}

.news_title p {
    font-size: 1.3rem;
    font-weight: 800;
    line-height: 1;
}

.top_news {
    padding: 80px 0;

}

.top_news table {
    border-collapse: collapse;
    width: 100%;
    margin: 20px 0;
}

.top_news table th {
    border-top: 1px solid #c0c0c0;
    border-bottom: 1px solid #c0c0c0;
    padding: 20px 0;
    text-align: left;
}

.top_news table td {
    border-top: 1px solid #c0c0c0;
    border-bottom: 1px solid #c0c0c0;
    font-size: 16px;
    padding: 0 0 0 10px;
}

.top_news table td a {
    color: black;
}

.top_news table td:nth-of-type(1) {
    width: 85%;
}

.top_news table td:nth-of-type(2) {
    width: 10%;
    text-align: center;
}


.c-b-table table {
    border-collapse: collapse;
    width: 100%;
    margin: 20px 0;
}

.c-b-table table th {
    border-top: 1px solid #009b73;
    border-bottom: 1px solid #009b73;
    padding: 20px 0;
    text-align: left;
}

.c-b-table table td {
    border-top: 1px solid #009b73;
    border-bottom: 1px solid #009b73;
    font-size: 16px;
    padding: 0 0 0 10px;
}

.c-b-table table td a {
    color: black;
}

.c-b-table table td:nth-of-type(1) {
    width: 85%;
}

.c-b-table table td:nth-of-type(2) {
    width: 10%;
    text-align: center;
}


.border-text {
    width: 15em;
    margin: 50px auto 0;
    padding: 10px;
    font-size: 2rem;
    font-weight: 800;
}

.border-text_se {
    width: 18em;
    margin: 20px auto 50px;
    padding: 10px;
    font-size: 2rem;
    font-weight: 800;
}

.sub_title {
    font-size: 1.7rem;
    margin: 50px 0 80px;
}

.product_title {

}

.mid-button {
    background: #ffd600;
    color: white;
    max-width: 440px;
    height: 60px;
    text-align: center;
    font-size: 18px;
    line-height: 3.4;
    border-radius: 30px;
    margin: 50px auto 0;
    box-shadow: 3px 3px 3px grey;
}

.mid-button a {
    color: black;
    display: block;
}

.mid-button_sm {
    background: #ffec08;
    color: white;
    max-width: 300px;
    height: 40px;
    text-align: center;
    font-size: 16px;
    line-height: 2.4;
    border-radius: 30px;
    margin: 50px auto 0;
    box-shadow: 3px 3px 3px grey;
}

.mid-button_sm a {
    color: black;
    display: block;
}

.c-bottom-mid-button_sm {
    background: white;
    border: 1px solid #0b9370;
    color: white;
    max-width: 300px;
    height: 40px;
    text-align: center;
    font-size: 16px;
    line-height: 2.4;
    border-radius: 30px;
    margin: 0px auto 0;
    box-shadow: 3px 3px 3px grey;
}

.c-bottom-mid-button_sm a {
    color: black;
    display: block;
}


.mid-button_sm_se {
    background: #FFD600;
    color: white;
    max-width: 300px;
    height: 40px;
    text-align: center;
    font-size: 16px;
    line-height: 2.4;
    border-radius: 30px;
    margin: 50px auto 0;
    box-shadow: 3px 3px 3px grey;
}

.mid-button_sm_se a {
    color: black;
    display: block;
}

.other-ti {
    text-align: center;
    font-size: 30px;
    padding: 100px 0 0;
}

.other-ti p {
    font-size: 30px;
}

.other-ti span {
    color: #009b73;
}

.other-ti-se {
    text-align: center;
    font-size: 30px;
    padding: 100px 0 0;
}

.other-ti-se p {
    font-size: 30px;
}

.other-ti-se span {
    color: #FFD600;
}

.title_product_se {
    text-align: center;
    padding: 30px 0 0;
}

.title_product_date {
    text-align: center;

}

.title_product_date p {
    font-size: 2rem;
    color: #e3707c;
    font-weight: bold;
    letter-spacing: 0.1em;
}

.title_product_date span {
    font-size: 5rem;
    color: #e3707c;
}

.title_product_date .d-info {
    margin: 10px;
    font-size: 2rem;
}

.title_product_date .d-text {
    color: black;
    font-size: 2.3rem;
}

.title_product_how {
    max-width: 800px;
    width: 100%;
    margin: 0 auto;
}

.how_text {
    margin: 15px;
    font-size: 1.7rem;
    line-height: 2;
}

.how_num {
    font-size: 2rem;
    color: #e3707c;
}

.how_num span {
    font-size: 3rem;
    margin: 5px;
}

.title_product_th {
    text-align: center;
    padding: 50px 0 0;
}

.title_product_fou {
    text-align: center;
    padding: 80px 0 0;
}

.product-box {
    display: flex;
}

.product-inner {
    padding: 30px 0;
}

.kan-over {
    margin: 30px auto 30px;
    border: 1px dotted gray;
    padding: 50px 50px 0;
    width: 80%;
    box-sizing: border-box;
}

.kan-over_se {
    margin: 30px auto 0;
    border: 1px dotted gray;
    padding: 0px 50px 0;
    width: 80%;
    box-sizing: border-box;
}

.kan-cover {
    margin: 30px;
}

.kan_inner {
    display: flex;
}

.kan_icon {

}

.kan-toi {
    text-align: center;
    border-radius: 10px;
    margin: 0px auto;
    padding: 20px 0 30px 0;
    width: 80%;
    box-sizing: border-box;
    background: white;
    box-shadow: 5px 5px 5px grey;
}

.kan-toi-se {
    text-align: center;
    border-radius: 10px;
    margin: 0px auto;
    padding: 20px 0 30px 0;
    width: 80%;
    box-sizing: border-box;
    background: white;
    box-shadow: 5px 5px 5px grey;
    border: 1px solid #FFD600;
}

.kan_text {
    font-size: 14px;
    margin: 5px 10px;
}

.kan_sub {
    font-size: 1.7rem;
    font-weight: 800;
}

.setumeibox {
    width: 80%;
    margin: 50px auto 0;
}

.setumei-inner_info {
    font-size: 1.7rem;
    line-height: 1.8;
}

.setumei-inner_info ul li {
    list-style: decimal;
}

.kan-toi {

}

.toi-ti {
    font-size: 2rem;
    border-top: 1px solid #01a269;
    border-bottom: 1px solid #01a269;
    padding: 10px;
    width: 80%;
    margin: 20px auto;
    font-weight: 800;
}

.toi-ti span {
    color: #009b73;
    font-size: 30px;
}

.toi-ti-se {
    font-size: 2rem;
    border-top: 1px solid #FFD600;
    border-bottom: 1px solid #FFD600;
    padding: 10px;
    width: 80%;
    margin: 20px auto;
    font-weight: 800;
}

.toi-ti-se span {
    color: #FFD600;
    font-size: 30px;
}

.toi-ti-th {
    font-size: 2rem;
    padding: 10px;
    width: 80%;
    margin: 20px auto;
    font-weight: 800;
}

.toi-ti-th span {
    color: #009b73;
    font-size: 30px;
}

.toi-ti-for {
    font-size: 2rem;
    padding: 10px;
    width: 80%;
    margin: 20px auto;
    font-weight: 800;
}

.toi-ti-for span {
    color: #FFD600;
    font-size: 30px;
}

.toi-text {
    font-size: 1.4rem;
    line-height: 1.5;
    font-weight: 800;
    margin: 30px 0 0;
}

.toi-num {
    color: #009b73;
    font-size: 4rem;
    margin: 10px 0;
}

.toi-num-se {
    color: #FFD600;
    font-size: 4rem;
    margin: 10px 0;
}

.toi-mail {
    color: #e3707c;
    font-size: 1.8rem;
}

.toi-info {
    margin: 0px 0 30px;
    font-size: 1.4rem;
    font-weight: 800;
}

table.for_info {
    border-collapse: collapse;
    width: 80%;
    margin: 30px auto;
}

table.for_info th {
    font-size: 1rem;
    text-align: left;
    background: #f7e8ff;
    padding: 5px 0 5px 10px;
    width: 25%;
    border: 1px solid white;
    color: #c786eb;
}

table.for_info td {
    border-bottom: 1px solid lightgray;
    border-right: 1px solid lightgray;
    padding: 5px;
    color: #c786eb;
}

table.for_info tr:nth-child(1) th {
    text-align: center;
}

table.for_info tr:nth-child(1) td {
    background: #f7e8ff;
    text-align: center;
    border: none;
}

/*--------------------------たぶ*/
.tab-group {
    display: flex;
    justify-content: center;
    padding: 0;
}

.tab {
    flex-grow: 1;
    padding: 5px;
    list-style: none;
    border: solid 3px #e3707c;
    text-align: center;
    cursor: pointer;
    margin: 10px;
    border-radius: 10px;
    width: 33%;
}

.tab-panel {
    margin: 0 0 50px 0;
}

.panel-group {
    height: 100px;
    border: solid 1px #CCC;
    border-top: none;
    background: #eee;
}

.panel {
    display: none;
}

.tab.is-active {
    background: #e3707c;
    color: #FFF;
    transition: all 0.2s ease-out;
    margin: 10px
}

.tab.is-active p {
    color: #FFF;
}

.panel.is-show {
    display: block;
}

.giza_ue {
    width: 100%;
    height: 8px;
    background: url(../img/gizaue.png);
    background-size: contain;
    margin: -1px 0;
    display: none;
}

.giza_sita {
    width: 100%;
    height: 8px;
    background: url(../img/gizasita.png);
    margin: -1px 0 1px;
    background-size: contain;
    background-repeat-y: no-repeat;
    display: none;
}

.tab-A, .tab-B, tab-C {

}

.m80top {
    margin: 80px 0 0 0;
}

.uep50 {
    padding: 50px 0;
}

.uep80 {
    padding: 80px 0;
}

.m30 {
    margin: 30px 0 0;
}

.m80 {
    margin: 0px 0 80px;
}

.m20 {
    margin: 20px 0 0;
}

.m50top {
    margin-top: 50px;
}

.pt30 {
    padding-top: 30px;
}

.mt-50-b50 {
    margin: 50px 0;
}

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

.f-w-b {
    font-weight: 800;
    font-size: 2rem;
}

.t-cen {
    text-align: center;
}

.left {
    left: 100px;
}

.no-wrap {
    display: inline-block;
}

.sinsei_text_setumei {
    text-align: center;
    font-size: 1.7rem;
}

.shi-inner-cover {
    display: flex;
}

.shi-one-box {
    width: 30%;
    text-align: center;
    margin: 30px 0px 20px 0;
}

.shi-one-box_se {
    width: 50%;
    text-align: center;

}

.shi-m {
    margin: 30px 20px 80px 0;
}

.shi-m-se {
    margin: 30px 0px 0px 0;

}

.shi-one-box p {
    margin: 10px 0;
}

.shi-one-box a {
    color: black;
    font-size: 1.4rem;
    border-bottom: 1px solid;
}

.shi-top-box {
    font-size: 20px;
    border: 3px solid #be93d6;
    text-align: center;
    border-radius: 10px;
    padding: 30px;
    background: #efd3ff;
}

.sinsei-img-box {

}

.p14 {
    font-size: 1.4rem;
}

.shi-img-bottom-box {
    margin: 20px 0;
}

.shi-img-bottom-box a {
    text-decoration: none;
    border: none;
}

img.yaji {
    width: 20%;
}

img.yaji_bt {
    width: 100%;
}

.shi-one-inner-right {
    background: white;
    border-radius: 10px;
}

.shi-one-inner-right span {
    font-size: 20px;
    line-height: 3;
}

.c-shi-one-inner-right {
    border: 2px solid #009b73;
    border-radius: 10px;
}

.c-shi-one-inner-right span {
    font-size: 20px;
    line-height: 3;
}

.c-bottom-shi-one-inner-right {
    background: lightgrey;
    border-radius: 10px;
    padding: 30px 0;
}

.c-bottom-shi-one-inner-right span {
    font-size: 20px;
    line-height: 3;
}

.shi-one-inner-left {
    background: white;
    border-radius: 10px;
}

.shi-one-inner-left span {
    font-size: 20px;
    line-height: 3;
}

.c-shi-one-inner-left {
    border: 2px solid #009b73;
    border-radius: 10px;
}

.c-shi-one-inner-left span {
    font-size: 20px;
    line-height: 3;
}

.c-bottom-shi-one-inner-left {
    background: lightgrey;
    border-radius: 10px;
    padding: 30px 0;
}

.c-bottom-shi-one-inner-left span {
    font-size: 20px;
    line-height: 3;
}

.inner-syousai {
    min-height: 60px;
    font-size: 20px;
    padding-top: 30px;
    text-align: left;
    text-indent: -1em;
    padding-left: 2em;
    color: #0b9370;
}

.inner-syousai_se {
    min-height: 50px;
    font-size: 20px;
    padding: 30px 0 0;
    border-bottom: 3px solid #0b9370;
}

.c-inner-syousai_se {
    min-height: 50px;
    font-size: 20px;
    padding: 30px 0;
    background: #0b9370;
    color: white;
}

.c-bottom-inner-syousai_se {
    min-height: 80px;
    font-size: 20px;
    padding: 30px 0 0;
    color: #0b9370;
}

.inner-syousai_th {
    font-size: 18px;
    padding: 30px 0;
    text-align: left;
    width: 80%;
    margin: 20px auto;
}

.inner-syousai_for {
    font-size: 18px;
    padding: 0px 0;
    text-align: center;
    width: 80%;
    margin: 20px auto;
    min-height: 100px;
}

.inner-syousai_for span {
    line-height: 1;
    color: #ed1e79;
}

.img-over {
    height: 100px;
    padding: 0 0 30px 0;
}

.img-over_se {
    height: 203px;
    margin: 50px 0 0 0;
}

.youtube_over {
    display: flex;
}

.youtube_box {
    width: 30%;
    margin: 0 20px;
}

.youtube {
    width: 100%;
    aspect-ratio: 16 / 9;
    font-size: 1.7rem;
}

.youtube iframe {
    width: 100%;
    height: 100%;
}

.kan_text a {
    color: black;
    text-decoration: none;
    font-size: 1.4rem;
}

.first_section .sec01, .first_section.sec01 {
    margin: 0px 0 50px;
}

.form-group {
    font-size: 1.4rem;
    margin: 30px;
}

.shop_agree .checkc a {
    background: #7bb928;
    display: inline-block;
    /*color: #fff;*/
    padding: 5px 15px;
    border-radius: 5px;
    margin-top: 30px;
    font-size: 1.8rem;

}

.toplink-cover {
    max-width: 500px;
    width: 100%;
    margin: 0 auto;
}

.jizensinsei li {
    font-size: 1.7rem;
}


.checkd p {
    background: gray;
    display: inline-block;
    color: #fff;
    padding: 5px 15px;
    border-radius: 5px;
    margin-top: 30px;
}

.frame_box,
.frame_box2 {
    height: 300px;
    overflow: auto;
    border: 1px solid #eee;
    padding: 15px 30px 30px;
    width: 80%;
    margin: 0 auto;
}

.msmart150 {
    margin-top: 0;
}

.msmart30 {
    margin: 30px;
}

/*--------------------------------------*/
span.cautionTXT {
    font-size: 1.4rem;
    padding: 20px 0;
    display: block;
}

#AreaTable {
    margin-top: 50px;
    border-collapse: collapse;
    border: 1px solid #ccc;
}

#AreaTable th {
    background-color: #efefef;
}

#AreaTable tbody tr th {
    width: 28%;
}

#AreaTable tbody tr th:first-child {
    width: 15%;
}

#AreaTable th, #AreaTable td {
    padding: 5px 8px;
    font-size: 1.4rem;
    border: 1px solid #ccc;
    box-sizing: border-box;
}

#AreaTable td.taC {
    text-align: center;
}


.sub_title_maru {
    width: 100%;
    border-radius: 30px;
    height: 50px;
    background: #fff23f;
    text-align: center;
    color: #009b73;
    line-height: 2;
    font-size: 24px;
}

.bg-green {
    background: #009b73;
    padding: 100px 0 80px;
    margin: 100px 0 0;
}

.blue_bk {
    width: 100%;
    height: 310px;
    background: url("../img/o-bk-blue.png");
}

.blue_bk_se {
    width: 100%;
    height: 310px;
    background: url("../img/company/o-bk-blue.png");
}

#bg_green_se {
    background: repeating-linear-gradient(-45deg, #ffe89e, #ffe89e 1px, #faf6c3 4px, #faf6c3 15px);
    padding: 80px 0;
}

.first_bg {
    width: 100%;
    background: url(../img/first_bg.png) no-repeat;
    background-size: contain;
    background-position: center;
    text-align: center;
    padding: 0px 0;
}

.bg-light-yellow {
    background: #faf6c3;
    padding: 0 0 80px 0;
}

.company_first_bg {
    width: 100%;
    background: url(../img/company/first_bg.png);
    background-size: contain;
    background-position: center;
    text-align: center;
    padding: 0px 0;
}

.o-top-cover {
    max-width: 944px;
    width: 100%;
    margin: 0px auto;
    padding: 100px 0 0;
}

.c-o-top-cover {
    max-width: 944px;
    width: 100%;
    margin: 0px auto;
    padding: 30px 0 30px;
}

.o-ya-box {
    width: 5%;
    position: relative;
}

.o-yaji-cover {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 100%;
    height: 3.2rem;
    text-align: center;
}

.first_bg img {
    width: 100%;

}

.top-bt-2 {
    max-width: 1000px;
    width: 100%;
    text-align: center;
    margin: 30px auto;
}

.new_oshirase {
    text-align: center;
    font-size: 30px;
    margin: 0px 0 50px;
}

.new_oshirase span {
    font-size: 20px;
    color: #009b73;
}

.c-new_oshirase {
    text-align: center;
    font-size: 30px;
    margin: 0px 0 30px;
    padding: 50px 0 0px 0;
}

.c-new_oshirase span {
    font-size: 20px;
    color: #ffd600;
}

.new_oshirase p {
    font-size: 30px;
}

.c-new_oshirase p {
    font-size: 30px;
}

.c-setumei-sub {
    text-align: center;
    font-size: 30px;

}

.c-setumei-sub-inner {
    margin: 50px 0;

}

.c-setumei-sub-inner ul {
    margin: 0;
    padding: 0 0 0 20px;
}

.c-setumei-sub-inner ul li {
    font-size: 16px;
}

.c-setumei-sub-inner span {
    font-size: 16px;
}

.b-yellow {
    border: 7px solid #f4eb49;
    border-radius: 10px;
    padding: 30px;
    margin: 0 0 50px 0;

}

.b-yellow p {
    color: #009b73;
    font-size: 18px;
    margin: 0 0 10px;
}

.b-yellow span {
    font-size: 16px;
    color: black;
}

.gr-box {
    display: flex;
    border-radius: 10px;
    border: 3px solid #009b73;
    padding: 20px;
}

.gr-num {
    width: 8%;
    position: relative;
    text-align: center;
}

.gr-num p {
    font-size: 50px;
    color: #009b73;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 100%;
}

.gr-text {
    width: 92%;
}

.in-p {
    text-indent: -1em;
    padding-left: 1em;
    font-size: 12px;
}

.gr-text span {
    font-size: 24px;
}

.next-box {
    text-align: center;
    margin: 30px 0;
}

.af-img ::before {
    content: url(../img/heart.png);
    display: inline-block;
    vertical-align: middle;
    transform: scale(0.1);
}

.pager_count {
    padding: 5px 10px;
    font-size: 1.3rem;
}

.pager_wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 15px auto;
    font-size: 1.3rem;
}

.pager_contents {
    border-radius: 5px;
    padding: 15px 15px;
    margin: 0 7px;
    position: relative;
}

.pager_contents a {
    text-decoration: none;
    color: #007BFF;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    white-space: nowrap;
    overflow: hidden;
    line-height: 1.8rem;
    text-align: center;
}

.pager_contents.pager_four_digit a {
    font-size: 0.7rem;
    line-height: 1.9rem;
}

.pager_contents a:hover {
    color: #FFF;
    background-color: #007BFF;
}

.pager_now {
    background-color: #ffec08;
}

.pager_now a {
    color: #FFF;
}

.pager_sprit {
    padding-top: 15px;
    color: #007BFF;
}

.pager_only {
    padding: 3px 10px;
}

.o-news-sec {
    margin: 80px 0;
}

.o-news-ti-dat {
    display: flex;
    border-bottom: 3px dotted #01a269;
}

.o-news-ti-dat-se {
    display: flex;
    border-bottom: 3px dotted #FFD600;
}

.o-news-date {
    position: absolute;
    right: 20px;
    font-size: 18px;
}

.o-date {
    position: relative;
}

.o-date p {
    position: absolute;
    bottom: 0;
}

.o-nes-box {
    width: 80%;
    margin: 30px auto;
    background: #f7f7f7;
    padding: 30px;
}

/*=========
accordion
=========*/

.accordion_area {
}

.accordion_area .accordion_one .ac_header {
    background-color: #ffffff;
    padding: 1.5rem 4rem 1.5rem 2rem;
    position: relative;
    z-index: +1;
    cursor: pointer;
    transition: .2s;
}

.accordion_area .accordion_one .ac_header:not(.open):hover {
    background-color: #f1f8ff;
}

.accordion_area .accordion_one:nth-child(odd) .ac_header {
    background-color: #f5f5f5;
}

.accordion_area .accordion_one:nth-child(odd) .ac_header:not(.open):hover {
    background-color: #f1f8ff;
}

.accordion_area .accordion_one .ac_header .i_box {
    position: absolute;
    top: 50%;
    right: 2rem;
    width: 20px;
    height: 20px;
    margin-top: -10px;
    background: #009b73;
    border-radius: 10px;
    padding: 5px;
}

.accordion_area .accordion_one .ac_header .i_box:before, .accordion_area .accordion_one .ac_header .i_box:after {
    position: absolute;
    content: "";
    margin: auto;
    box-sizing: border-box;
    vertical-align: middle;
}

.accordion_area .accordion_one .ac_header .i_box:before {
    border-top: 2px solid #ffffff;
    width: 20px;
    height: 0;
    top: 0;
    bottom: 0;
}

.accordion_area .accordion_one .ac_header .i_box:after {
    border-left: 2px solid #ffffff;
    width: 0;
    height: 20px;
    top: 0;
    bottom: 0;
    right: 48%;
    transition: .3s;
}

.accordion_area .accordion_one .ac_header.open .i_box:after {
    height: 0;
}


.accordion_area .accordion_one .ac_header .i_box_se {
    position: absolute;
    top: 50%;
    right: 2rem;
    width: 20px;
    height: 20px;
    margin-top: -10px;
    background: #FFD600;
    border-radius: 10px;
    padding: 5px;
}

.accordion_area .accordion_one .ac_header .i_box_se:before, .accordion_area .accordion_one .ac_header .i_box_se:after {
    position: absolute;
    content: "";
    margin: auto;
    box-sizing: border-box;
    vertical-align: middle;
}

.accordion_area .accordion_one .ac_header .i_box_se:before {
    border-top: 2px solid #ffffff;
    width: 20px;
    height: 0;
    top: 0;
    bottom: 0;
}

.accordion_area .accordion_one .ac_header .i_box_se:after {
    border-left: 2px solid #ffffff;
    width: 0;
    height: 20px;
    top: 0;
    bottom: 0;
    right: 48%;
    transition: .3s;
}

.accordion_area .accordion_one .ac_header.open .i_box_se:after {
    height: 0;
}


.accordion_area .accordion_one .ac_inner {
    display: none;
    box-sizing: border-box;
    background: #f1efef;
    padding: 50px;
}

/*=========
faq
=========*/

.p-faq__headinner {
    display: block;
    padding-left: 35px;
    position: relative;
    line-height: 1.5;
}

.p-faq__headinner::before {
    position: absolute;
    left: 0;
    content: url(../img/q.png);
    color: #009b73;
    font-size: 20px;
    font-weight: bold;
    transform: scale(0.6);
    margin: -3px;
}

.p-faq__headinner p.p-faq__q-txt {
    font-size: 20px;
    margin: 0 10px 0 0;
}


.p-faq__headinner-se {
    display: block;
    padding-left: 35px;
    position: relative;
    line-height: 1.5;
}

.p-faq__headinner-se::before {
    position: absolute;
    left: 0;
    content: url(../img/company/q.png);
    color: #009b73;
    font-size: 20px;
    font-weight: bold;
    transform: scale(0.6);
    margin: -4px;
}

.p-faq__headinner-se p.p-faq__q-txt {
    font-size: 20px;
}


.p-faq__bodyinner {
    display: block;
    padding-left: 35px;
    position: relative;
    line-height: 1.5;
}

.p-faq__bodyinner::before {
    position: absolute;
    left: 0;
    content: url(../img/a.png);
    font-size: 20px;
    font-weight: bold;
    transform: scale(0.5);
    margin: -7px;
}

.p-faq__bodyinner p.p-faq__a-txt {
    font-size: 16px;
}

.smartcell {
    display: none;
}


.head-border {
    display: flex;
    align-items: center;
}

.news_details .head-border h3 {
    font-size: 24px;
    width: 8em;
    text-align: center;
    border: 1px solid #FFD600;
    padding: 10px;
    border-radius: 30px;
    margin: 0;
}

.head-border:before,
.head-border:after {
    content: "";
    height: 1px;
    flex-grow: 1;
    background-color: #666;
}

.head-border:before {
    margin-right: 1rem;
}

.head-border:after {
    margin-left: 1rem;
}

@media (max-width: 1200px) {
    .first_bg {
        width: 100%;
        background: url(../img/first_bg.png) no-repeat;
        background-size: cover;
        background-position: center;
        text-align: center;
        padding: 0px 0;
    }
}

@media (max-width: 1160px) {
    .accordion_area .accordion_one .ac_header .i_box:after {
        border-left: 2px solid #ffffff;
        width: 0;
        height: 20px;
        top: 0;
        bottom: 0;
        right: 48%;
        transition: .3s;
    }

    .accordion_area .accordion_one .ac_header .i_box_se:after {
        border-left: 2px solid #ffffff;
        width: 0;
        height: 20px;
        top: 0;
        bottom: 0;
        right: 48%;
        transition: .3s;
    }
}

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

    .o-top-cover {
        padding: 50px 0 0;
    }
}

@media (max-width: 1000px) {
    .news_title {
        padding: 0 0 0 10px;
    }

    .uep80 {
        padding: 80px 10px;
    }
}

@media (max-width: 980px) {
    .no-980 {
        display: none;
    }
}

@media (max-width: 870px) {
    #footer_main .footer_logo {
        margin: 0;
    }
}

@media (max-width: 850px) {
    .smart100 {
        margin-top: 0px;
    }

    .first_section .sec01, .first_section.sec01 {
        margin: 150px 0 50px;
    }

    .no-840 {
        display: none;
    }

    .sub_title_maru {
        border-radius: 0px;
    }

    .shi-one-box_se {
        width: 100%;
    }

    .inner-syousai_th {
        text-align: center;
    }
}

@media (max-width: 830px) {
    .msmart150 {
        margin-top: 150px;
    }

}

@media (max-width: 780px) {
    #footer_main .footer_box {
        width: 60%;
        font-size: 1.2rem;
    }
}

@media (max-width: 767px) {
    .top_news table td {
        border-top: 1px solid #c0c0c0;
        border-bottom: 1px solid #c0c0c0;
        font-size: 1.7rem;
    }

    .c-b-table table td {
        font-size: 1.7rem;
    }

    .frame_box,
    .frame_box2 {
        padding: 15px 15px 30px;
        height: 300px;
    }

    dl, ol, ul {
        padding-left: 10px;
    }

    .border-text_se {
        max-width: 18em;
        width: 100%;
        margin: 20px auto 50px;
        font-size: 2rem;
        font-weight: 800;
        padding: 0;
    }

    .o-ya-box {
        display: none;
    }

    .shi-inner-cover {
        display: block;
    }

    .shi-one-box {
        width: 100%;
    }

    .inner-syousai {
        text-align: center;
    }

    .shi-one-inner-right {
        margin: 10px;
    }

    .c-shi-one-inner-right {
        margin: 10px;
    }

    .shi-one-inner-left {
        margin: 10px;
    }

    .c-shi-one-inner-left {
        margin: 10px;
    }
}

@media (max-width: 670px) {
    div.table-wrap {
        overflow-x: scroll;
    }

    #AreaTable {
        width: 100%;
        min-width: 750px;
        border-collapse: collapse;
    }

    .setumei-inner_info {
        font-size: 1.7rem;
        line-height: 1.8;
        width: 90%;
        margin: 0 auto;
    }

    #wrap footer .contents {
        display: block;
    }

    #footer_main .footer_logo {
        margin: 0 auto;
        width: 50%;
    }

    #footer_main table {
        margin: 0 auto;
    }

    #footer_main .footer_box {
        width: 70%;
        margin: 0 auto;
    }

    .over-rap {
        width: 95%;
        margin: 0 auto;
    }

    #breadcrumbs {
        height: 50px;
        padding: 0 0 0 10px;
    }

    .kan-toi {
        text-align: center;
        border-radius: 10px;
        border: 3px solid #e3707c;
        margin: 30px auto 50px;
        padding: 20px;
        width: 100%;
        box-sizing: border-box;
    }

    .kan-toi-se {
        text-align: center;
        border-radius: 10px;
        border: 3px solid #e3707c;
        margin: 30px auto 50px;
        padding: 20px;
        width: 100%;
        box-sizing: border-box;
    }

    img.yaji {
        width: 10%;
    }

    .shi-inner-cover {
        display: block;
    }

    .shi-one-box {
        width: 100%;
        text-align: center;
        margin: 20px auto;
    }

    img.yaji_bt {
        width: 100%;
    }

    .youtube_over {
        display: block;
    }

    .youtube_box {
        width: 80%;
        margin: 10px auto;
    }

    .shi-one-box .sin-img-bottom-box img {
        width: 100%;
    }

    .product-inner {
        margin: 40px;
        padding: 0px 0;
        position: relative;
    }

    .tab {
        flex-grow: 1;
        padding: 5px;
        list-style: none;
        border: solid 3px #e3707c;
        text-align: center;
        cursor: pointer;
        margin: 10px auto;
        border-radius: 10px;
        width: 80%;
        height: 100px;
    }

    .product-inner img {
        position: absolute;
        left: 50px;
        top: -20px;
        left: -50px;
        width: 20%;

    }

    .tab-group {
        display: block;
        justify-content: center;
        padding: 0;
    }

    .tab.is-active {
        background: #e3707c;
        color: #FFF;
        transition: all 0.2s ease-out;
        margin: 10px auto;
    }

    #wrap section#uee {
        padding: 80px 10px;
        width: 100%;

    }

    .first_bg {
        background-size: cover;
        background-position: unset;
        padding: 0px 0;
        margin: 0px 0 0 0;
    }
}

@media (max-width: 560px) {
    .smart100 {
        margin-top: 0px;
    }

    .kan-over {
        margin: 30px auto 30px;
        border: 1px dotted gray;
        padding: 50px 0px 0;
        width: 100%;
        box-sizing: border-box;
    }

    .top-osaka-bt {
        display: none;
    }

    .kan-over_se {
        margin: 30px auto 30px;
        border: 1px dotted gray;
        padding: 20px 0px 0;
        width: 100%;
        box-sizing: border-box;
    }

    .setumeibox {
        width: 100%;
        margin: 50px auto 0;
    }

    .first_bg {
        background-size: cover;
        background-position: unset;
        padding: 0px;
        margin: 40px 0 0 0;
    }

    .sub_title_maru {

    }

    .smartcell {
        display: block;
    }
}

@media (max-width: 500px) {
    #footer_main .footer_box_se {
        width: 100%;
        text-align: center;
    }
}

@media screen and (max-width: 480px) {
    #wrap section {
        padding: 0px;
    }

    .o-top-sec {
        padding: 20px;
    }

    #wrap section#uee {
        padding: 80px 0px;
    }

    #wrap section.bg-green {
        padding: 50px 0 50px;
        margin: 50px 0 0;
    }

    #wrap footer {
        padding: 30px 0 0;
        margin: 0px 0 0 0;
    }

    .header-box {
        /*height: 50px;*/
    }

    .first_bg {
        padding: 0px 0;
    }

    .o-top-cover {
        margin: 0px auto;
        padding: 20px 0 0;
    }

    .top_news {
        padding: 50px 0;
    }

    .special-bt-sinsei {
        margin: 30px 0;
    }

    .product-inner img {
        position: absolute;
        left: 50px;
        top: -20px;
        left: -50px;
        width: 30%;
    }

    .top-osaka-bt {
        position: absolute;
        right: 0;
        top: 70px;
    }

    .sub_title_maru {
        border-radius: 5px;
        width: 95%;
        margin: 0 auto;
    }

    .toi-ti {
        font-size: 2rem;
        border-top: 1px solid #01a269;
        border-bottom: 1px solid #01a269;
        padding: 0px;
        width: 100%;
        margin: 20px auto;
        font-weight: 800;
        line-height: 3;
    }

    .toi-ti-se {
        font-size: 2rem;
        border-top: 1px solid #FFD600;
        border-bottom: 1px solid #FFD600;
        padding: 0px;
        width: 100%;
        margin: 20px auto;
        font-weight: 800;
        line-height: 3;
    }

    .toi-ti-th {
        font-size: 2rem;
        padding: 0px;
        width: 100%;
        margin: 20px auto;
        font-weight: 800;
        line-height: 3;
    }

    .toi-ti-for {
        font-size: 2rem;
        padding: 0px;
        width: 100%;
        margin: 20px auto;
        font-weight: 800;
        line-height: 3;
    }

    .mid-button {
        background: #ffd600;
        color: white;
        max-width: 440px;
        height: 60px;
        text-align: center;
        font-size: 18px;
        line-height: 3.4;
        border-radius: 10px;
        margin: 50px auto 0;
        box-shadow: 3px 3px 3px grey;
    }

    .mid-button_sm {
        line-height: 3;
        border-radius: 10px;
        height: 50px;
    }

    .mid-button_sm_se {
        line-height: 3;
        border-radius: 10px;
        height: 50px;
    }

    .top_news table {
        border-collapse: collapse;
        width: 100%;
        margin: 20px 0;
    }

    .top_news table td {
        border-top: none;
        display: block;
        padding: 0px 0;
        width: 100%;
    }

    .top_news table td:nth-of-type(1) {
        width: 100%;
    }

    .top_news table th {
        display: block;
        border: none;
    }

    .c-b-table table {
        border-collapse: collapse;
        width: 100%;
        margin: 20px 0;
    }

    .c-b-table table td {
        border-top: none;
        display: block;
        padding: 0px 0;
        width: 100%;
    }

    .c-b-table table td:nth-of-type(1) {
        width: 100%;
    }

    .c-b-table table th {
        display: block;
        border: none;
    }

    .inner-syousai_for {
        font-size: 16px;
        padding: 0px 0;
        text-align: center;
        width: 100%;
        margin: 20px auto;
        min-height: 100px;
    }

    .c-bottom-inner-syousai_se {
        padding: 0px 0 0;
    }

    .inner-syousai_for span {
        font-size: 14px;
    }

    .new_oshirase {
        margin: 0px 0 30px;
    }

    .c-new_oshirase {
        margin: 0px 0 30px;
        argin: 0px 0 30px;
        padding: 0;
    }

    .gr-box {
        padding: 10px 5px;
    }

    .gr-num {
        width: 20%;
        position: relative;
        text-align: center;
    }

    .b-yellow {
        border: 7px solid #f4eb49;
        border-radius: 10px;
        padding: 30px 10px;
        margin: 0 0 50px 0;
    }

    .gr-text span {
        font-size: 22px;
    }

    .gr-text {
        width: 80%;
    }

    .gr-text p {
        font-size: 14px;
    }

    #wrap section.bg-light-yellow {
        padding: 0px 10px 50px 10px;
    }

    .smartcell {
        display: none;
    }

    .msmart30 {
        margin: 30px 0;
    }

    .accordion_area .accordion_one .ac_inner {
        display: none;
        box-sizing: border-box;
        background: #f1efef;
        padding: 20px;
    }

    .other-ti {
        text-align: center;
        font-size: 30px;
        padding: 120px 0 0;
    }
}
