*{
  margin:0px;
  padding:0px;
 }

 ul{
    list-style: none;
 }
 
 table {
  border-collapse: collapse;
  border-spacing: 0;
}

/*-----------------------------------------*/

.bottom_pay {
    width: 100%;
    display: flex;
    margin:30px 0;
}
.bottom_pay img {
    height: 100px;
}
.menu_btn{
    display: none;
}
.close_btn {
    display: none;
}
.check {
 display: none;
}
.top_pay{
padding: 60px 0 0 0;
}
.top_pay img{
width: 100%;
    border: 1px solid #ddd;
}
/*.sp_dis{
        display:none;
}*/
.screen_pay{
position: absolute;
    bottom: 20px;
    left: 30px;
    width: initial;
    z-index: 100;
}
.screen_pay img{
    width: auto;
    height:100px;
    /*margin: 0 10px 0 0;*/
}


/*===================================
  header
=====================================*/
header{
    text-align:center;
    position: absolute;
    width: 100%;
    z-index: 1;
    background: linear-gradient(180deg, white, transparent);
}

.sub_head{
    text-align:center;
    position: relative!important;
    width: 100%;
    z-index: 1;
    background: linear-gradient(180deg, white 1%, #ed9356 90%);
}
.sub_head .header_inner .head_title h1 {

}

header .header_inner {
    width:1000px;
    display: inline-flex;
    justify-content: space-between;
}
header .header_inner .head_title {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 10px 0;
}
header .header_inner .head_title h5 {
    font-weight: normal;
    font-size: clamp(7px,1vw,13px);
}
header .header_inner .head_title h1 {
    font-size: clamp(15px,2.5vw,30px);
    padding: clamp(2px,0.8vw,10px);
    letter-spacing: 6px;
}
header .head_contact {
    /*text-align: right;*/
    margin: 0 0 0 auto;
    display: flex;
    padding: 10px 0;
}
header .head_contact p {
    font-size: clamp(7px,1.5vw,14px);
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}
header .head_contact p span {
    font-size: clamp(12px,2vw,21px);
    line-height: clamp(12px,4vw,50px);
    color: #f00;
    font-weight: bold;
    letter-spacing: -0.5px;
}
header .head_contact img {
    width: 80px;
    height: auto;
    display: block;
    border-radius: 10px;
    margin: 0 10px 0 30px;
}

section {
    position: relative;
    z-index: 0;
}

#top_box {
    width: 100%;
}
#top_box .swiper-container {
    height: 100%;
}
#top_box .swiper-container img{
    object-fit: cover;
    object-position: center;
    width: 100%;
}
#top_box .top_text {
    width: initial;
    position: absolute;
    top: 50%;
    z-index: 2;
    left: 40px;
}
#top_box .top_text h3 {
    font-size: clamp(12px,3vw,30px);
    line-height: clamp(33px,4vw,46px);
    font-weight: bold;
    color: #ffc;
    text-shadow: 2px 2px 4px #000;
}

/*===================================
  menu
=====================================*/

.fixed_box {
    width: 100%;
    background: #ed9356;
    margin: -10px 0 0 0;
    z-index: 1;
}
/*z-indexにimportantが入っていた*/

.fixed_box .menu_inner {
    width: 1000px;
    margin: 0 auto;
}

.fixed_box .menu_inner > ul {
    display:flex;
}

.fixed_box .menu_inner > ul > li {
    width: calc(100% / 6);
    text-align: center;
    list-style: none;
    height: 60px;
    line-height: 60px;
    font-weight: bold;
    letter-spacing: 1px;
    font-size: 18px;
    position: relative;
    background: #ed9356;
}

.fixed_box .menu_inner > ul > li > a{
    color: #fff;
    text-decoration:none;
    display:block;
}
.fixed_box .menu_inner > ul > li a:hover{
    background:rgba(255,255,255,0.5);

}

.fixed_box .menu_inner > ul > li:hover li{
    position:relative;
    z-index: 2;

}

.fixed_box .menu_inner > ul > li > ul {
}

.fixed_box .menu_inner > ul > li > ul > li {
    list-style: none;
    background: #ff9455;
    font-size: 12px;
    letter-spacing: -0.3px;
    position: absolute;
    top: 0;
    z-index: -1;
}

.fixed_box .menu_inner > ul > li > ul > li > a {
    color: #fff;
    text-decoration: none;
    display:block;
}


/*===================================
  main
=====================================*/

.main_contents {
    padding:0 0 60px 0;
}

.main_contents .news_inner {
    width:1000px;
    margin: 0 auto;
    padding: 60px 0;
    background:#fff;
}
.main_contents .news_inner h2 {
    text-align: center;
    color: #ff6a6a;
    font-size: 22px;
}
.main_contents .news_inner p {
margin: 30px auto 0 auto;
    font-size: 20px;
    line-height: 36px;
    width: fit-content;
    text-align: center;
}


.main_contents .news_inner p span{
    font-size: 25px;
    color: #FA5858;
}

.contents_index {
    width: 1000px;
    text-align: center;
    margin: 0 auto;
    padding: 30px 0 0 0;
}
.contents_index .box_flex {
    display: flex;
    padding: 60px 0;
    position: relative;
}
.contents_index .box_flex img {
    width: 400px;
    display:block;
}
.contents_index .box_flex .text_inner {
    background: url(img/aset/doc_bk.png);
    background-size: cover;
    background-position: center;
    width: 480px;
    height: 300px;
    margin: 15px 40px;
    border-radius: 15px;
    padding: 30px 30px;
}
.contents_index .box_flex .text_inner h2 {
    margin: 0px auto;
    width: 100%;
    font-size: 20px;
    text-align: center;
    color: #828218;
    padding: 0 0 20px 0;
}
.contents_index .box_flex .text_inner p {
    margin: 0px auto;
    width: 100%;
    line-height: 30px;
    font-size: 16px;
    text-align: left;
    letter-spacing: -0.5px;
}
.contents_index .box_flex .text_inner p > a {
    color:#f00;
    font-weight: bold;
}
.contents_index .box_flex .text_inner p > span {
    text-decoration:underline;
    color:#ff8d00;

}


/*===================================
  footer
=====================================*/

footer {
    padding:30px 0;
    background:rgba(255,255,255,0.8);
}
footer .footer_inner {
    width:1000px;
    margin:0 auto;
}
footer .footer_inner .footer_head {
    width: 1000px;
    display: inline-flex;
}
footer .footer_inner .footer_head h2 {
    text-align: left;
    padding: 10px 0;
    font-size: 30px;
    letter-spacing: 6px;
}
footer .footer_inner .footer_head .footer_contact {
    text-align: right;
    margin: 0 0 0 auto;
    display: flex;
    padding: 10px;
}
footer .footer_inner .footer_head .footer_contact p {
    font-size: 14px;
}
footer .footer_inner .footer_head .footer_contact p span {
    font-size: 21px;
    line-height: 50px;
    color: #f00;
    font-weight: bold;
    letter-spacing: -0.5px;

}
footer .footer_inner .footer_head .footer_contact a img {
    width: 80px;
    height: auto;
    display: block;
    border-radius: 10px;
    margin: 0 10px 0 30px;
}


footer .footer_bottom {
    display:flex;
}
footer .footer_bottom .foo_l {
    width: 400px;
    padding: 0 40px 0 0;
}
footer .footer_bottom .foo_c,
footer .footer_bottom .foo_r {
    width:280px;
}


footer .footer_bottom .foo_l h4,
footer .footer_bottom .foo_c h4 {
    line-height: 36px;
    font-size: 20px;
    border-bottom: 2px solid #ffe4c2;
    margin: 0 0 30px 0;
    padding-left: 20px;
    color: #777;
    width:80%;
}
footer .footer_bottom .foo_l p {
    font-size: 16px;
    line-height: 30px;
    letter-spacing: 1px;
padding: 0 0 20px 24px;
    text-indent: -14px;
}
footer .footer_bottom .foo_l p span {
    font-weight: bold;
    font-size: 18px;
    line-height:32px;
}
footer .footer_bottom .foo_c ul {}
footer .footer_bottom .foo_r ul {
    padding:68px 0 0 0;

}
footer .footer_bottom .foo_c ul li,
footer .footer_bottom .foo_r ul li {
    list-style: none;
    padding: 9px 0 9px 40px;
    font-size: 15px;
}
footer .footer_bottom .foo_c ul li a,
footer .footer_bottom .foo_r ul li a {
    color:#ffa26c;
    text-decoration:none;
}

.copy_right {
    padding:30px 0;
}
.copy_right p {
    text-align:center;
    font-size:12px;
}

.no_pc{
    display: none;
}

.sub_inner {
    width: 1000px;
    margin: 0 auto;
    padding:60px 0;
    background: rgba(255,255,255,0.5);
}
.sub_inner > h2 {
    text-align: center;
    font-size: 24px;
    color: #999;
    width: 260px;
    margin: 0 auto;
    border-bottom: 2px solid #ed9356;
    padding: 0 0 10px 0;
}
.sub_inner > p {
    color: #999;
    text-align: center;
    font-size: 16px;
    padding: 10px 0;
    width:260px;
    margin: 0 auto;
}
.sub_inner .about_box {
    padding:60px 0;
}
.sub_inner .about_box h3,
.sub_inner .company_inner h3,
.sub_inner .access_inner h3,
.sub_inner .the_inner h3,
.sub_inner .the_inner2 h3,
.sub_inner .privacy_inner h3 {
    width: 600px;
    height: 50px;
    line-height: 50px;
    padding: 0 20px;
    background: linear-gradient(90deg, #ed9356, transparent);
    color: #fff;
}

.sub_inner .company_inner h3 {
        margin: 0 0 60px 0;
}

.sub_inner .about_box .about_inner {
    display: flex;
}
.sub_inner .about_box .about_inner p {
    font-size: 16px;
    line-height: 28px;
    padding: 30px;
}
.sub_inner .about_box .about_inner p span {
    font-size: 18px;
    font-weight: bold;
    line-height: 60px;
    letter-spacing: 1px;
}
.sub_inner .about_box .about_inner img {
    width: 240px;
    display: block;
    object-fit: contain;
}

.sub_inner .company_inner {
    padding:60px 0;
}
.sub_inner .company_inner h3 {

}

.sub_inner .company_inner dl {
    display: flex;
    padding: 10px 30px;
    margin: 0 100px;
    border-bottom: 1px solid #ed9356;
}
.sub_inner .company_inner dl:last-child{
    border-bottom: 0px solid #ed9356!important;
}


.sub_inner .company_inner dt {
    width: 200px;
    text-align: left;
}
.sub_inner .company_inner dd {}


.access_inner {
    padding: 60px 0;
    width: 100%;
}
.map_box {
    padding: 60px 0;
    width: 80%;
    margin: 0 auto;
}
.map_box iframe {
    border: 0;
    width: 100%;
    display: block;
    aspect-ratio: 2/1;
}
.map_box p {
    padding: 30px 0;
    font-size: 16px;
    line-height: 28px;
}
.map_box p span {
    font-size: 18px;
    font-weight: bold;

}

.the_inner,.the_inner2  {
    padding:60px 0;
}
.the_inner > p {
    font-size: 18px;
    line-height: 40px;
    text-indent: -16px;
    padding: 40px 0 0px 30px;
    color:#5b5b5b;
}
.the_inner > p > span {
    font-weight: bold;
    color: #ff6464;
}
.the_inner > p > a {
    color: #da9900;
    text-decoration: none;
}
.the_inner2 > p {
    font-size: 18px;
    line-height: 40px;
    padding: 40px 0 0px 1em;
    color:#5b5b5b;
}
.the_inner2 > p > a {
    color: #da9900;
    text-decoration: none;
}
.the_flex {
    display: flex;
    padding: 40px 0;
}
.the_flex p {
    font-size: 18px;
    line-height: 32px;
    color: #5b5b5b;
    padding: 0 50px 0 20px;
}
.the_flex p span {
    font-weight: bold;
    color:#ff6464;
}
.the_flex p span.ind {
    font-weight: normal;
    color: #5b5b5b;
    text-indent: -1em;
    padding-left: 1em;
    display: block;
}
.the_flex img {
    width: 260px;
    height: auto;
    object-fit: contain;
    object-position: center;
    padding: 0 100px;
}
.the_flex > p > a {
    color: #da9900;
    text-decoration: none;
}
.the_img img {
    padding:0 0px 0px 0px!important;
}
.the_text {
  width: 100%; font-size: 18px!important; line-height: 32px!important;
}
.the_text2 {
    padding: 0 0 0 20px; width: 880px;
}
.privacy_inner {
    padding:60px 0;
}
.privacy_inner > p {
    font-size:16px;
    line-height:28px;
    padding:30px;

}
.privacy_inner > p > span {
    font-weight:bold;
}

.contact_text {
    margin: 0 auto;
    padding: 30px 30px 0 30px;
}
.contact_text > p {
    font-size: 16px;
    line-height: 30px;
     padding: 20px;
}
.contact_text > p > span {
background: #eb7d21;
    padding: 10px 20px;
    border-radius: 22px;
    color: #fff;
    font-weight: bold;
    margin: 0 0 0 -20px;
}

/* therapeutics.html の変更点　PC および　SP版　　枝元　15JAN202115JAN2021 */

    .the_inner>dl,
    .the_inner>dt,
    .the_inner>dd {
        font-size: 18px;
        line-height: 40px;
        text-indent: -16px;
        padding: 40px 0 0 30px;
        color: #5b5b5b;
        text-indent: 18px;
    }
    .the_inner>ol,
    .the_inner>li {
        font-size: 18px;
        line-height: 40px;
        text-indent: 18px;
        padding: 40px 0 0 30px;
        color: #5b5b5b;
        margin-left: 27px;
    }
    .the_inner li:first-child {
        float: left;
        margin-left: 18px;
    }
    .the_inner li:nth-child(odd) {
        float: left;
        margin-left: 18px;
    }
    .the_inner li:nth-child(even) {
        margin-left: 300px;
    }
    .the_inner dt {
        float: left;
    }
    .the_inner dd {
        margin-left: 140px;
    }
    .the_inner ol li span {
        margin-left: -9px;
    }
    .the_inner>p.indent_1 {
        font-size: 18px;
        line-height: 40px;
        padding: 40px 0 0 30px;
        text-indent: 0px;
    }
    .the_inner>p>span.underline-gradient {
        background-image: linear-gradient(to right, #fac85b, #fac85b);
        background-repeat: no-repeat;
        background-size: 100% 30%;
        background-position: bottom;
        transition: all 0.25s ease-in;
        color: #5b5b5b;
        font-weight: normal;
    }

  .add_contents {
    display: flex;
  }
  .add_contents_text {
    width:calc(60%);
  }
  .add_contents_image {
    width:calc(40%);
  }
  .add_contents_image img {
    width:calc(100%);
    height:auto;
  }

    .add_contents_text>ol,
    .add_contents_text ol>li {
        font-size: 16px;
        line-height: 30px;
        text-indent: 18px;
        padding: 30px 20px 30px 20px;
        color: #5b5b5b;
        margin-left: 27px;
    }
    .the_inner>p>span.underline-gradient {
        background-image: linear-gradient(to right, #fac85b, #fac85b);
        background-repeat: no-repeat;
        background-size: 100% 30%;
        background-position: bottom;
        transition: all 0.25s ease-in;
        color: #5b5b5b;
        font-weight: normal;
    }
    .add_contents_text h4,
    .add_contents_text p {
        font-size: 16px;
        line-height: 30px;
        padding: 10px 20px 30px 20px;
        color:#5b5b5b;
    }

    /* 文字改行
-------------------*/

    .sp_br {
        display: none;
    }

    section.main_contents .news_inner {
    background: #ffd8bd;
    width: calc(800px - 30px);
    padding: 15px;
    margin: 30px auto;
}

section.main_contents .news_inner label {
    display: flex;
    align-items: center;
    padding: 10px 20px;
    font-size: 1em;
    line-height: 2em;
}

section.main_contents .news_inner label:before {
    content: '';
    width: 30px;
    height: 1px;
    background: #000;
    margin: 0 20px 0 0;
}

section.main_contents .news_inner .new_box {
    display: none;
    background: #fff;
    padding: 30px 0;
}

section.main_contents .news_inner .new_box h3 {
    text-align: center;
    margin: 30px auto;
    width: max-content;
    position: relative;
}

section.main_contents .news_inner .new_box p {
    font-size: 1.2em;
    line-height: 1.8em;
    width: calc(100% - 40px);
    letter-spacing: 2px;
    padding: 20px;
    margin: 0 auto;
}

section.main_contents .news_inner .new_box p span {
    padding: 0 6px;
    margin: 0 4px;
    background: linear-gradient(transparent 60%,#ffc8c8 60%);
}

section.main_contents .news_inner .new_box table {
		margin: auto 20px;
}


section.main_contents .news_inner .new_box table tr td {
		border: 1px 333 solid;
}

section.main_contents .news_inner .new_box .td-right {
		padding-right: 20px;
}


.main_contents .news_inner p span {
    font-size: 25px;
    color: #FA5858;
}

input[type="checkbox" i] {
    background-color: initial;
    cursor: default;
    appearance: auto;
    box-sizing: border-box;
    margin: 3px 3px 3px 4px;
    padding: initial;
    border: initial;
}

/*input {
    writing-mode: horizontal-tb !important;
    font-style: ;
    font-variant-ligatures: ;
    font-variant-caps: ;
    font-variant-numeric: ;
    font-variant-east-asian: ;
    font-weight: ;
    font-stretch: ;
    font-size: ;
    font-family: ;
    text-rendering: auto;
    color: fieldtext;
    letter-spacing: normal;
    word-spacing: normal;
    line-height: normal;
    text-transform: none;
    text-indent: 0px;
    text-shadow: none;
    display: inline-block;
    text-align: start;
    appearance: auto;
    -webkit-rtl-ordering: logical;
    cursor: text;
    background-color: field;
    margin: 0em;
    padding: 1px 2px;
    border-width: 2px;
    border-style: inset;
    border-color: -internal-light-dark(rgb(118, 118, 118), rgb(133, 133, 133));
    border-image: initial;
}*/



.main_contents .news_inner {
    width: 1000px;
    margin: 0 auto;
    padding: 60px 0;
    background: #fff;
}

section.main_contents .news_inner label:before {
    content: '';
    width: 30px;
    height: 1px;
    background: #000;
    margin: 0 20px 0 0;
}

section.main_contents .news_inner .new_box h3:before {
    content: '';
    display: block;
    width: 80%;
    height: 3px;
    background: #ed9356;
    position: absolute;
    bottom: -10px;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.main_contents .news_inner p {
    margin: 30px auto 0 auto;
    font-size: 20px;
    line-height: 36px;
    width: fit-content;
    text-align: center;
}

section.main_contents .news_inner .new_box p {
    font-size: 1.2em;
    line-height: 1.8em;
    width: calc(100% - 40px);
    letter-spacing: 2px;
    padding: 20px;
    margin: 0 auto;
}

section.main_contents .news_inner input {
    display: none;
}

section.main_contents .news_inner input#news00:checked ~ .tab00, section.main_contents .news_inner input#news01:checked ~ .tab01, section.main_contents .news_inner input#news02:checked ~ .tab02 {
    display: block;
}

.tab_br{
    display: none;
}

.none_tab{
    display: none;
}

.the_text2 span.inde {
    text-indent: 0em;
    padding-left: 1em;
}

.the_text2 span.inde2 {
    text-indent: 0em;
    padding-left: 1em;
}

.the_text2 span.all_inde{
    text-indent: -2em;
    padding-left: 1em;
    display: block;
}

@media (max-width: 1023px){

header .header_inner {
    width: 100%;
    display: inline-flex;
    justify-content: space-between;
}

header .header_inner .head_title {
    text-align: left;
    padding: 10px 20px;
}

header .head_contact {
    text-align: right;
    display: flex;
    padding: 10px 20px;
}

section.main_contents .news_inner {
    width: 60%;
}

.fixed_box .menu_inner > ul {
    display:flex;
    justify-content: center;
}

.fixed_box .menu_inner > ul > li {
    width: 100%;
    text-align: center;
    list-style: none;
    height: 60px;
    line-height: 60px;
    font-weight: bold;
    letter-spacing: 1px;
    font-size: 18px;
    position:relative;
    background: #ed9356;
}

.fixed_box .menu_inner {
    width: 100%;
    margin: 0 auto;
}

.contents_index {
    width: 100%;
}

.contents_index .box_flex img {
    width: 85%;
    display: block;
    object-fit: cover;
    height: 395px;
    object-position: 0 -375px;
}

.contents_index .box2 img {
    width: 85%;
    display: block;
    object-fit: cover;
    height: 395px;
    object-position: 0 -118px;
}

.contents_index .box3 img {
    width: 85%;
    display: block;
    object-fit: cover;
    height: 395px;
    object-position: 0 -285px;
}

.contents_index .box_flex {
    display: flex;
    padding: 60px 0;
    position: relative;
    gap: 25px;
    align-items: center;
}

.contents_index .box_flex .text_inner {
    width: 80%;
    height: max-content;
}

.box1{
    flex-direction: column-reverse;
}

.box2{
    flex-direction: column;
}

.box3{
    flex-direction: column-reverse;
}

footer .footer_inner {
    width: 100%;
}

footer .footer_inner .footer_head {
    width: 100%;
    display: inline-flex;
    flex-direction: column;
}

footer .footer_inner .footer_head h2 {
    padding: 10px 0;
    width: 100%;
    text-align: center;
}

footer .footer_inner .footer_head .footer_contact {
    text-align: center;
    display: flex;
    padding: 10px;
    justify-content: center;
    margin: 0;
}

.sub_inner{
    width: 100%;
}

.sub_inner .about_box .about_inner {
    display: flex;
    justify-content: center;
    margin: 0 auto;
    flex-wrap: wrap;
}

.sub_inner .about_box .about_inner p {
    font-size: 16px;
    line-height: 28px;
    padding: 30px;
    max-width: 450px;
}

.tab_br{
    display: block;
}

.the_inner dd span.indent{
    text-indent: 1em;
    display: block;
}

.the_inner > p{
    padding: 40px 30px 0px 30px;
}

.the_inner2 > p{
    padding: 40px 30px 0px 30px;
}

.the_text2{
    padding: 40px 30px 0px 30px;
    width: 90%;
}

.the_text2 span{
    display: block;
    text-indent: 1em;
}

.add_contents {
    display: flex;
    width: 100%;
    justify-content: space-evenly;
}

.add_contents_text {
     width: initial;
}

.add_contents_text>ol, .add_contents_text ol>li {
     line-height: initial;
     text-indent: initial;
     padding: initial;
     margin-left: initial;
     display: initial;
     flex-wrap: initial;
     display: list-item;
}

.add_contents_text>ol{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    padding-left: 30px;
    height: 60%;
    align-items: center;
}

.the_inner li:nth-child(odd) {
     float: initial;
     margin-left:initial;
}

.the_inner li:first-child {
     float: initial;
     margin-left: initial;
}

.add_contents_text ol>li{
    width: 35%;
}

.the_inner ol li span {
     margin-left: initial;
}

.the_inner li:nth-child(even) {
     margin-left: initial;
}

.add_contents_image img{
    width: 100%;
}

.add_contents_image {
    width: 40%;
}

.the_flex img{
    padding: 0 0px;
}

.the_flex p{
    padding: 0 0px 0 30px;
    width: 50%;
}

.the_flex {
    display: flex;
    padding: 40px 0;
    justify-content: space-around;
    gap: 0 15px;
}

.the_img{
    display: flex;
    flex-direction: column-reverse;
    justify-content: space-between;
    width: 28%;
    align-items: flex-end;
}

.the_inner, .the_inner2 {
    padding: 60px 30px;
}

.none_tab{
    display: none;
}

.the_text2 span.inde2{
    text-indent: 0em;
    padding-left: 1em;
}

.the_text2 span.inde{
    text-indent: -1em;
    padding-left: 1em;
}

}

@media(min-width:768px) {
    .ex_paypay{
        display: none;
    }

    .top_pay{
        display: none;
    }

    .sub_none{
    display: none;
}

.fixed_box .menu_inner {
     display: block;
}

.sub_inner > p{
    padding: 10px 10px;
    width: 90%;
}

.sp_br2{
    display: none;
}

.the_flex p span.ind {
    font-weight: normal;
    color: #5b5b5b;
    text-indent: -1em;
    padding-left: 1em;
    display: inline-block;
}

.the_flex p span.ind2{
    word-break: normal;
    font-weight: normal;
    color: #5b5b5b;
    text-indent: 0em;
    padding-left: 1em;
    display: inline-block;
}

.the_flex p span {
    word-break: initial;
    font-weight: bold;
    color: #ff6464;
}

.the_flex p span.midasi{
    color: #ff6464;
    font-weight: bold;
}

.the_flex p span.inde3{
    font-weight: normal;
    color: #5b5b5b;
}

.the_inner>p.indent_1{
    padding: 40px 0 0 2em;
}

}


@media screen and (max-width:767px) {

    header {
    text-align: center;
    position: absolute;
    width: 100%;
    z-index: 1;
    background: none;
}

header .header_inner {
    width: 100%;
    display: flex;
    justify-content: unset;
}

header .header_inner .head_title {
    text-align: left;
    padding: 10px;
    display: initial;
    flex-direction: initial;
    align-items: initial;
}

header .header_inner .head_title h5 {
    font-weight: normal;
    font-size: 10px;
    display: none;
}

header .header_inner .head_title h1 {
    font-size: 24px;
    letter-spacing: 6px;
    padding: 16px 10px;
    color: #fff;
}

header .head_contact {
    text-align: right;
    margin: 0 0 0 auto;
    display: flex;
    padding: 10px;
}

header .head_contact p {
    font-size: 14px;
    display: none;
    flex-direction: initial;
    align-items: initial;
}

header .head_contact p span {
    font-size: 21px;
    line-height: 50px;
    color: #f00;
    font-weight: bold;
    letter-spacing: -0.5px;
}

#top_box {
    width: 100%;
}

.no_pc {
  display: block;
}

section {
    position: relative;
    z-index: 0;
}

#top_box .swiper-container {
    height: 100%;
}

#top_box .swiper-container img {
    object-fit: cover;
    object-position: center;
    width: 100%;
}

.no_sp {
    display: none;
}

#top_box .top_text {
    width: calc(100% - 80px);
    left: 40px;
    position: absolute;
    top: 46%;
    z-index: 2;
}

#top_box .top_text h3 {
    font-size: 1.3em;
    line-height: 1.6em;
    margin: 10px 0 0;
    font-weight: bold;
    color: #ffc;
    text-shadow: 2px 2px 4px #000;
}

.screen_pay {
    position: absolute;
    bottom: 20px;
    left: 30px;
    width: 100%;
    z-index: 100;
}

.pc_dis {
    display: none;
}

.screen_pay img {
    width: auto;
    height: 100px;
}

/*.fixed_box {
    width: 100%;
    background: #ff9455;
    position: fixed;
    top: 0;
    z-index: 10;
    margin:initial;
}*/

/*.check {
    display: none;
}*/

.menu_btn {
    position: fixed;
    display: block;
    top: 20px;
    right: 20px;
    font-size: 15px;
    text-align: center;
    width: 50px;
    height: 50px;
    z-index: 3;
    background: #ff9455;
}

.sub_head{
    text-align: center;
    position: relative!important;
    width: 100%;
    z-index: 1;
    background: #ed9356;
}

.sub_none{
    display: none;
}

.sub_inner .company_inner dt{
    width: 130px;
    text-align: left;
}

.sub_inner .company_inner dl{
    padding: 10px 0px;
    margin: 0px 15px;
    flex-wrap: wrap;
}

/*
.my-example {
    font-size: 60px;
    height: 50px;
    color: #fff;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 1;
}

.close_btn {
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 0;
    margin: 0 0;
    background: #ff9455;
    -webkit-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    visibility: hidden;
    opacity: 0;
}

.fixed_box .menu_inner {
    width: 100%;
    height: 0;
    margin: 0 auto;
    position: fixed;
    top: 90px;
    overflow: hidden;
    opacity: 0;
}

.fixed_box .menu_inner > ul {
    display: block;
    justify-content: initial;
}

.fixed_box .menu_inner > ul > li {
    width: 100%;
    text-align: center;
    list-style: none;
    height: 50px;
    line-height: 50px;
    font-weight: normal;
    letter-spacing: 1px;
    font-size: 16px;
    position: relative;
    background: #ed9356;
}

.fixed_box .menu_inner > ul > li > a {
    color: #fff;
    text-decoration: none;
    display: block;
}*/

.top_pay {
    padding: 30px 10px 0 10px;
}

.ex_paypay {
    width: calc((100% / 3) - 36px)!important;
    margin: 0 auto 30px auto;
    padding: 0 15px;
    display: block;
    float: left;
    border: 0!important;
}

.main_contents {
    padding: 0 0 60px 0;
    margin: -10px 0 0 0;
}

section.main_contents .news_inner {
    width: calc(100% - 60px);
    padding: 15px;
    margin: 30px auto;
}

section.main_contents .news_inner input {
    display: none;
}

section.main_contents .news_inner .new_box p {
    font-size: 1em;
    line-height: 1.6em;
    letter-spacing: 0px;
}

.main_contents .news_inner p {
    padding: 20px 15px;
    font-size: 14px;
}

.main_contents .news_inner p span {
    font-size: 15px;
    color: #FA5858;
}

.contents_index {
    width: 100%;
    text-align: center;
    margin: 0 auto;
    padding: 30px 0 0 0;
}

.contents_index .box_flex {
    display: flex;
    padding: 30px 0;
    position: relative;
    gap: 0;
    align-items: initial;
}

.box1 {
    flex-direction: initial;
}

.contents_index .box_flex img {
    width: 400px;
    display: none;
    object-fit: initial;
    height: 0;
    object-position: initial;
}

.contents_index .box_flex .text_inner {
    background: url(img/aset/doc_bk.png);
    background-size: cover;
    background-position: center;
    width: 90%;
    height: auto;
    margin: 15px auto;
    border-radius: 15px;
    padding: 20px 15px;
}

.contents_index .box_flex .text_inner h2 {
    margin: 0px auto;
    width: 100%;
    font-size: 18px;
    text-align: center;
    color: #828218;
    padding: 0 0 16px 0;
}

.contents_index .box_flex .text_inner p {
    margin: 0px auto;
    width: 100%;
    line-height: 26px;
    font-size: 14px;
    text-align: left;
    letter-spacing: -0.5px;
}

.contents_index .box_flex .text_inner p > a {
    color: #f00;
    font-weight: bold;
}

.contents_index .box_flex .text_inner p > span {
    text-decoration: underline;
    color: #ff8d00;
}

.contents_index .box_flex {
    display: flex;
    padding: 30px 0;
    position: relative;
}

footer {
    padding: 30px 0;
    background: rgba(255,255,255,0.8);
}

footer .footer_inner {
    width: 100%;
    margin: 0 auto;
}

footer .footer_inner .footer_head {
    width: 100%;
    display: inline-flex;
    flex-direction: initial;
}

footer .footer_inner .footer_head h2 {
    text-align: left;
    padding: 18px 10px;
    font-size: 24px;
    letter-spacing: 6px;
    width: initial;
}

footer .footer_inner .footer_head .footer_contact {
    text-align: right;
    margin: 0 0 0 auto;
    display: flex;
    padding: 10px;
    justify-content: initial;
}

footer .footer_inner .footer_head .footer_contact p {
    font-size: 14px;
    display: none;
}

footer .footer_inner .footer_head .footer_contact p span {
    font-size: 21px;
    line-height: 50px;
    color: #f00;
    font-weight: bold;
    letter-spacing: -0.5px;
}

footer .footer_bottom {
    display: inline-block;
    padding: 30px 0 0 0;
}

footer .footer_bottom .foo_l {
    width: 92%;
    float: left;
    padding: 0 0 30px 4%;
}

footer .footer_bottom .foo_l h4, footer .footer_bottom .foo_c h4 {
    line-height: 36px;
    font-size: 18px;
    border-bottom: 2px solid #ffe4c2;
    margin: 0 0 30px 0;
    padding-left: 20px;
    color: #777;
    width: 80%;
}

footer .footer_bottom .foo_l p {
    font-size: 14px;
    line-height: 30px;
    letter-spacing: 1px;
    padding: 0 0 20px 24px;
    text-indent: -14px;
}

footer .footer_bottom .foo_l p span {
    font-weight: bold;
    font-size: 16px;
    line-height: 32px;
}

footer .footer_bottom .foo_c, footer .footer_bottom .foo_r {
    width: 46%;
    float: left;
}

footer .footer_bottom .foo_c {
    padding: 0 0 0 4%;
}

footer .footer_bottom .foo_c ul li, footer .footer_bottom .foo_r ul li {
    list-style: none;
    padding: 9px 0 9px 40px;
    font-size: 13px;
}

footer .footer_bottom .foo_c ul li a, footer .footer_bottom .foo_r ul li a {
    color: #ffa26c;
    text-decoration: none;
}

footer .footer_bottom .foo_c, footer .footer_bottom .foo_r {
    width: 46%;
    float: left;
}

footer .footer_bottom .foo_r ul {
    padding: 68px 0 0 0;
}

footer .footer_bottom .foo_c ul li, footer .footer_bottom .foo_r ul li {
    list-style: none;
    padding: 9px 0 9px 20px;
    font-size: 13px;
}

footer .footer_bottom .foo_c ul li a, footer .footer_bottom .foo_r ul li a {
    color: #ffa26c;
    text-decoration: none;
}

.bottom_pay {
    width: calc(100% - 30px);
    display: inline-block;
    margin: 30px 15px;
}

.bottom_pay img {
    height: 60px;
    float: left;
}

.copy_right {
    padding: 30px 0;
}

.copy_right p {
    text-align: center;
    font-size: 10px;
}

.menubox {
    width: 50px;
    height: 50px;
    position: fixed;
    background-color: #ff9455;
    z-index: 1;
    top: 20px;
    right: 20px;
}

.threeline1 {
    width: 17px;
    top: -58px;
    right: 36px;
    border: solid 1px white;
    position: fixed;
}

.line {
    margin-top: 96px;
}

.threeline2 {
    width: 17px;
    top: -52px;
    right: 36px;
    border: solid 1px white;
    position: fixed;
}

.threeline3 {
    width: 17px;
    top: -46px;
    right: 36px;
    border: solid 1px white;
    position: fixed;
}

.my-example {
    font-size: 60px;
    height: 50px;
    color: #fff;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 1;
}

.menu_inner{
    display: none;
    -webkit-transition-delay: .3s;
    transition-delay: .3s;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    opacity: 1;
    z-index: 0;
    width: 100%;
    height: auto;
    overflow: inherit;
    width: 100%;
    height: 0;
    margin: 0 auto;
    position: fixed;
    top: 0px;
    height: 100vh;
    background: #ed9356;
}

.fixed_box .menu_inner > ul {
    display: block;
    margin-top: 90px;
}

.fixed_box .menu_inner > ul > li {
    width: 100%;
    text-align: center;
    list-style: none;
    height: 50px;
    line-height: 50px;
    font-weight: normal;
    letter-spacing: 1px;
    font-size: 16px;
    position: relative;
    background: #ed9356;
}

.fixed_box .menu_inner > ul > li > a {
    color: #fff;
    text-decoration: none;
    display: block;
}

.top_pay {
    padding: 30px 10px 0 10px;
}

.ex_paypay {
    width: calc((100% / 3) - 36px)!important;
    margin: 0 auto 30px auto;
    padding: 0 15px;
    display: block;
    float: left;
    border: 0!important;
}

.menubox.close .threeline1 {
    transform: translate(0%,6px) rotate(45deg);
    transition: -webkit-transform: .3s;
}

.menubox.close .threeline2 {
    opacity: 0;
    transition: opacity .3s;
}

.menubox.close .threeline3 {
    transform: translate(0%,-6px) rotate(-45deg);
    transition: transform .3s;
}

.map_box iframe {
    aspect-ratio: 1/1;
}

.sub_inner .about_box h3, .sub_inner .company_inner h3, .sub_inner .access_inner h3, .sub_inner .the_inner h3, .sub_inner .the_inner2 h3, .sub_inner .privacy_inner h3{
    width: 90%;
}

.sub_inner > p{
    padding: 10px 10px;
    width: 90%;
}

.the_inner>dl{
    display: flex;
    flex-direction: column;
}

.the_inner dt{
    float: initial;
    text-align: left;
    margin-bottom: 0px;
}

.the_inner dd{
    margin: initial;
    text-align: left;
}

.the_flex{
    flex-direction: column;
}

.the_inner, .the_inner2 {
    padding: 60px 13px;
}

.the_inner > p {
    padding: 40px 0px 0px 0px;
    width: 93%;
    margin: 0 auto;
}

.the_text span{
    display: inline-block;
    text-align: left;
}

.the_inner dd ul{
    display: flex;
    flex-direction: column;
    align-items: center;
}

.the_inner>dl, .the_inner>dt, .the_inner>dd{
    padding: 40px 13px 0 13px;
}

.the_inner2 > p {
    padding: 40px 10px 0px 10px;
    margin: 0 auto;
}

.tab_br{
    display: none;
}

.the_inner>p.indent_1{
    padding: 40px 30px 0 30px;
    text-align: center;
    width: 80%;
}

.bottom{
    margin-bottom: 25px;
}

.mid_left{
    max-width: 400px;
    margin: 0 auto;
    text-align: left;
    text-indent: 0;
}

.the_text2 span {
    display: block;
    text-indent: 0em;
}

dl{
    text-indent: 0;
}

.indent2{
    text-indent: 1em;
    display: block;
}

.the_inner>dl, .the_inner>dt, .the_inner>dd{
    text-indent: 0;
}

.the_inner dd span.indent{
    text-indent: 0;
}

.add_contents{
    flex-direction: column;
    align-items: center;
    gap: 30px;
}

.the_inner li{
    margin-bottom: 30px;
}

.add_contents_image {
    width: 90%;
}

.add_contents_text h4{
    text-align: center;
}

.add_contents_text ol>li {
    width: 50%;
    text-align: center;
}

.add_contents_text>ol {
    display: flex;
    justify-content: space-around;
    padding-left: 0;
    height: 60%;
    align-items: center;
    list-style-position: inside;
    flex-wrap: wrap;

}

.keep-all{
    word-break: keep-all;
}

p.keep-all{
    text-indent: 0em;
}

.the_flex img{
    width: min(80%,500px);
    margin-top: 30px;
}

.the_img img{
    width: min(90%,600px);
}

.the_flex{
    align-items: center;
}

.the_img{
    width: 90%;
    align-items: center;
}

.the_flex p{
    padding: 0;
    width: 90%;
}

span.inde{
    text-indent: -1em;
    padding-left: 1em;
}

span.inde2{
    text-indent: 0em;
    padding-left: 1em;
}

.the_flex p span.inde3{
    display: block;
    color: #5b5b5b;
    font-weight: normal;
    text-indent: -1em;
    padding-left: 1em;
    word-break: initial;
}

.the_flex p span.ind{
    word-break: normal;
    font-weight: normal;
    color: #5b5b5b;
    text-indent: -1em;
    padding-left: 1em;
    display:block;
}

.the_flex p span.ind2{
    word-break: normal;
    font-weight: normal;
    color: #5b5b5b;
    text-indent: 0em;
    padding-left: 1em;
    display: block;
}

.mob_br{
    display: none;
}

.none_tab{
    display: none;
}














