@charset "utf-8";

/* ----- pickup ----- */
.pickup-item{
    display: flex;
    flex-wrap: wrap;
    width: 660px;
    gap: 20px;
    position: relative;
    padding-top: 11px;
}
img.pickup-item-img{
    width: 420px;
    height: 240px;
    object-fit: cover;
    object-position: center;
    border-radius: 7px;
    transition: transform .6s ease;
}
img.pickup-item-img:hover{
  transform: scale(1.2);
}
.pickup-left{
    display: flex;
    align-items: flex-end;
    width: calc(100% - 440px);
}
.pickup-item .text-wrap{
    width: 100%;
}
@media screen and (max-width: 767px) {
    .pickup-item {
        width: 100%;
        gap: 6px;
        padding: 0 0 20px 0;
        border-bottom: 1px solid #000;
        margin: 0;
    }
    img.pickup-item-img {
        width: 100%;
        height: auto;
        aspect-ratio: 7 / 4;
        border-radius: 6px;
    }
    .pickup-left {
        align-items: initial;
        width: 100%;
    }
    #pickup {
        margin: 0;
    }

    .pickup-item .info-wrap{
        margin-top: 6px;
    }
    .pickup-item .tag-wrap{
        margin-top: 8px;
    }
}

/* ----- newest ----- */
#newest{
    margin: 0 0 80px;
}
#newest ul{
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
}

.newest-wrap{
    
}
#newest .pickup-list{
    margin: 0 0 20px;
}
#newest .top-article-item {
    margin: 0;
}
@media screen and (max-width: 767px) {
    #newest {
        margin: 0;
    }
        
    #newest ul.pickup-list {
        row-gap: 30px;
        margin: 16px 0 0 0;
    }
    #newest ul {
       row-gap: 16px;
       margin: 16px 0 20px 0;
    }
    #newest ul li{
        width: 100%;
    }
    .newest-wrap {
        margin: 13px 0 0 0;
    }
}


.pagination-wrap{
    text-align: center;
}
.pagination {
  display: inline-block;
}

.pagination a, .pagination span {
  float: left;
  padding: 8px 16px;
  text-decoration: none;
}
.pagination a.active {
  background-color:#FFCE00;

}
.pagination .current {
    background-color: #FFCE00;
    color: #000;
    padding: 8px 16px; /* リンク内の余白を調整 */
    text-decoration: none; /* アンダーラインを消す場合 */
}

.pagination a:hover {
    background-color: #333;
    color: #fff;
    text-decoration: none;
}

.pagination a:hover:not(.active) {
	background-color: #ddd;
}
a.page-numbers{
	color: #000;
}
ul.page-numbers{
	gap: 0!important;
}
@media screen and (max-width: 767px) {
    .pagination {
        margin: 30px 0 0 0;
    }
}


.pickup-wrap{
    margin-bottom: 20px;
}
.result-wrap{
    margin-bottom: 30px;
}
.cat-type01,
.cat-type02,
.cat-type03,
.cat-type04,
.cat-type05,
.cat-type06{
    font-size: 20px;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 8px;
}
.cat-type01::before,
.cat-type02::before,
.cat-type03::before,
.cat-type04::before,
.cat-type05::before,
.cat-type06::before{
    width: 26px;
    height: 26px;
    display: block;
}
.cat-type01::before{
    content: url(/wp-content/uploads/2024/08/cat-icon01.svg);
}
.cat-type02::before{
    content: url(/wp-content/uploads/2024/08/cat-icon02.svg);
}
.cat-type03::before{
    content: url(/wp-content/uploads/2024/08/cat-icon03.svg);
}
.cat-type04::before{
    content: url(/wp-content/uploads/2024/08/cat-icon04.svg);
}
.cat-type05::before{
    content: url(/wp-content/uploads/2024/08/cat-icon05.svg);
}
.cat-type06::before{
    content: url(/wp-content/uploads/2024/08/cat-icon06.svg);
}

.cat-type07{
    font-family: "Nunito Sans", sans-serif;
    font-size: 27px;
    line-height: 1.37;
    font-weight: bold;
    display: flex;
    align-items: center;
    gap: 16px;
}
.cat-type07 span{
    font-family: 'Roboto',"Noto Sans CJK JP", "Noto Sans JP", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 19px;
    line-height: 1;
    font-weight: 500;
    border-left: 1px solid #000;
    padding-left: 12px;
}

/* -------------------- category -------------------- */

/* ----- category ----- */
#cat-main{
    margin: 20px 0 40px 0;
}
.c-article-item{
    display: flex;
    flex-direction: column;
    gap: 6px;
    position: relative;
    padding-top: 11px;
}
img.c-main-img {
    width: 660px;
    height: 380px;
    object-fit: cover;
    object-position: center;
    border-radius: 7px;

}
.c-main-item{
    margin: 0 -20px;
}
.c-main-item li{
    margin: 0 20px;
}


#category-search-form .modal-lower {
    padding: 0 0 20px 0;
    background-color: #EDEDED;
    border-radius: 0 0 10px 10px;
}
#cat-main .slick-prev,
#cat-main .slick-next{
    top: calc(380px / 2 + 11px);
}
.custom-banner{
    margin: 30px 0;
}
.cat-banner{
    margin: 70px 0 0;
}
@media screen and (max-width: 767px) {
    #cat-main {
        width: 100vw;
        margin: 0 -5vw 40px;
    }
    .c-article-item{
        padding-top: 0;
    }
    .c-article-item.new-item::after{
        width: 39px;
        height: 32px;
        top: 0;
        left: 12px;
    }
    #cat-main .a-text-wrap{
        width: 90%; 
        margin: 0 5%;
    }
    #cat-main .img-inner{
        border-radius: 0;
    }
    .c-main-item{
        margin: 0;
    }
    .c-main-item li{
        margin: 0;
    }
    .pickup-wrap{
        display: none;
    }
    .pickup-wrap:has(.cat-type07){
        display: flex;
        margin: 12px 5%;
    }
    .cat-type01,
    .cat-type02,
    .cat-type03,
    .cat-type04,
    .cat-type05,
    .cat-type06{
        font-size: 17px;
    }
    .cat-type07{
        font-size: 21px;
    }
    .cat-type07 span{
        font-size: 11px;
    }
    .border{
        display: none;
    }
    #cat-main .slick-prev,
    #cat-main .slick-next{
        top: calc((38 / 66) * 100vw / 2);
    }
    #cat-main .info-wrap{
        margin-top: 6px;
    }
    #cat-main .tag-wrap{
        margin-top: 8px;
    }
    .custom-banner{
        margin: 20px 0;
    }
    .cat-banner{
        margin: 20px 0 0;
    }
}
/* ----- tag-search ----- */
#tag-search{
    margin: 0 0 60px 0;
}

#tag-search .modal-content {
    padding: 40px 20px;
}
#tag-search .modal-upper {
    border-radius: 7px;
}
#tag-search .m-cat-menu{
    display: none;
}
@media screen and (max-width: 767px) {
    #tag-search .modal-content {
        padding: 30px 20px;
    }
    #tag-search {
        margin: 0 -6%;
    }
    #tag-search .modal-upper {
        border-radius: 0;
        margin: 0 0 20px 0;
        padding: 24px 24px 13px 24px;
    }
    img.c-main-img {
        width: 100%;
        border-radius: 0;
        border: 0;
        height: auto;
        margin: 0;
        aspect-ratio: 66 / 38;
    }
    .pickup-wrap{
        display: none;
    }
    .border{
        display: none;
    }
}
/* -------------------- result -------------------- */

/* ----- result ----- */
#result{
    margin: 20px 0 90px 0;
}
#result ul{
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
}
#result .pickup-list{
    margin: 0 0 20px;
}
#result .keyword-wrap{
    display: none;
}
.s-result{
    font-size: 18px;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 10px;
}
.s-result::before {
    content: "";
    background-image: url(/wp-content/uploads/2024/10/search-icon.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    width: 25px;
    height: 24px;
}
@media screen and (max-width: 767px) {
    #result{
        margin: 20px 0 0 0;
    }
    .result-wrap{
        display: none;
    }
    #result .border{
        display: none;
    }
    #result ul.pickup-list {
        row-gap: 30px;
        margin: 16px 0 0 0;
    }

    #result ul {
            row-gap: 16px;
            margin: 13px 0 0 0;
        }
    #result .newest-wrap {
        padding: 13px 0 0 0;
        margin: 16px 0 20px 0 ;
    }
    #result .search {
        width: 100%;
        height: 40px;
    }
    #result form.search-form{
            width: 100%;
    }
    #result button {
        position: absolute;
    }
    #result .keyword-wrap{
        display: block;
    }
    #result .search-input {
        width: 100%;
        height: 40px;
    }
    #result img.search-icon {
        top: 12px;
    }
    #result .search-text {
        margin: 0 0 2px 0;
    }
}


/* -------------------- tag -------------------- */
#tag-main{
    margin: 20px 0 0 0;
}
#tag-main h1{
    font-size: 20px;
    font-weight: 500;
}
@media screen and (max-width: 767px) {
    #tag-main{
        margin: 60px 0 0 0;
        display: none;
    }
    #tag-main h1{
        font-size: 17px;
    }
}


/* -------------------- single -------------------- */

/* ----- single-main ----- */


#single-main{
    margin: 20px 0 0 0;
}


img.s-main-img {
    width: 660px;
    height: 380px;
    object-fit: cover;
    object-position: center;
    border-radius: 0;
    margin-top: 28px;
}
.s-main-item{
    margin: 0 0 50px 0;
}
.s-name{
    font-size: 27px;
    font-weight: 500;
    display: block;
    color: #000;
    margin-bottom: 15px;
}


@media screen and (max-width: 767px) {
    #single-main{
        margin: 0 0 0 0;
    }
    #single-main .info-wrap{
        margin-top: 6px;
    }
    #single-main .tag-wrap{
        margin-top: 8px;
    }
    img.s-main-img {
        width: 100vw;
        border-radius: 0;
        border: 0;
        height: auto;
        margin: 0 -5vw;
        aspect-ratio: 66 / 38;
    }
    .s-main-item{
        display: flex;
        flex-direction: column-reverse;
    }
    .s-name {
        font-size: 20px;
        margin: 32px 0 0 0;
    }
}
/* ----- single ----- */

.article-inner{
    margin: 0 0;
}
#single .s-catch{
    font-size: 24px;
    line-height: 1.5;
    font-weight: 500;
    text-align: left;
    color: #000;
    margin: 0;
}
.img-item{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 40px;
    margin: 70px 0 0 0;
}
.s-normal-wrap{
    width: 600px;
}
.s-normal-img{
    width: 100%;
    height: auto;
}
#single p{
    text-align: justify;
    margin: 30px 0 0 0;
	line-height: 1.8;
	font-weight: 400;
}

.s-smalL-img{
    width: 280px;
    height: auto;
    aspect-ratio: 4/3;
    object-fit: cover;
    object-position: center;
}

#single .h3{
    font-size: 22px;
    line-height: 1.6;
    font-weight: 500;
    margin: 90px 0 0 0;
    color: #000;
}
#single .h3 + p{
    margin-top: 20px;
}
.s-info-name{
    font-size: 22px;
    line-height: 1.4;
    font-weight: 500;
    margin: 90px 0 0 0;
    color: #000;
}
sub{
	display: block;
    margin: 6px 0 0;
}
#single dl{
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  background-color: #FAF9F2;
  font-size: 14px;
  line-height: 1.4;
  margin: 10px 0 0 0;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
}
#single dt{
  width: 160px;
  display: flex;
  align-items: center;
  padding: 13px 0 13px 24px;
  font-weight: 500;
}
#single dd{
  width: calc(100% - 160px);

  padding: 13px 0;
}

#single dl li{
    padding-left: 0.75em;
    text-indent: -1em;
    position: relative;
}
#single dl li::before{
    content: "・";
    /*
    width: 3px;
    height: 3px;
    border-radius: 3px;
    background-color: #000;
    position: absolute;
    top: 10px;
    left: 0;
    transform: translateY(-50%);
    */
}
#single dl li + li{
    margin-top: 3px;
}
.white-line{
    background-color: #fff;
}
#single dl a{
    color: #000;
    text-decoration: underline;
}
#single iframe {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  width: calc(100% - 20px);
  margin: 6px 0 0 0;
}
.map-sp{
    display: none;
}

#single .button-wrap{
    display: block;
}
a.return{
    display: block;
    margin: 64px 0 0 0;
    color: #000;
}
a.article-link{
    color: #000;
	margin: 0;
}
a.art-link{
    color: #000;
	margin: 24px 0 0 0;
    display: inline-block;
}
#single a.article-link{
	margin: 20px 0 0 0;
	display: inline-block;
}
.return span{
    vertical-align: middle;
    margin: 2px 0 0 10px;
}
.art-link span{
    vertical-align: middle;
    margin: 2px 0 0 10px;
}
.map iframe{
	height: 400px;
}
.featherlight-sample {
	display: none;
}
img.s-large-img{
	width: 640px;
	height: 480px;
	object-fit: cover;
	object-position: center;
}

@media screen and (max-width: 767px) {
    #single .s-catch{
        font-size: 19px;
    }
    .single-wrap{
        display: none;
    }
    .s-normal-wrap {
        width: 90%;
    }
    .s-normal-img {
        width: 100%;
        height: auto;
    }
    .img-item {
        gap: 0;
        margin: 40px -5vw 0;
        width: 100vw;
    }
    #single .h3 {
        font-size: 18px;
        line-height: 1.4;
        margin: 50px 0 0 0;
    }
    #single .h3::before{
        border: 5px solid #FFCE00;
    }
    #single .h3 + p{
        margin-top: 15px;
    }
    #single p {
        margin: 20px 0 0 0;
        font-size: 15px;
    }
    .s-small-wrap{
        width: 50%;
    }
    .s-smalL-img {
        width: 100%;
    }
    img.s-large-img {
        width: 100%;
        aspect-ratio: 4 / 3;
        height: auto;
    }
    .s-info-name {
        font-size: 17px;
        margin: 76px 0 0 0;
    }
    #single dl{
        width: 100vw;
        margin: 16px -5vw 0;
        font-size: 12px;
        border-bottom: 0;
    }
    #single dt {
        width: 120px;
        font-weight: 600;
    }
    #single dd {
        width: calc(100% - 120px);
        padding: 13px 10px 13px 0;
    }
    .map{
        display: none;
    }
    .map-sp iframe{
        height: 300px;
    }
    .map-sp{
        display: block;
        width: 100vw;
        margin: 0 -5vw;
        border-bottom: 1px solid #000;
    }
    #single iframe{
        width: 100%;
        margin: 0 0 -6px 0;
    }
    .article-inner{
        margin: 0;
    }
    sub{
        font-size: 13px;
        line-height: 1.3;
        font-weight: 400;
        margin: 8px 0 0 0;
    }
}
/* -------------------- terms of use -------------------- */

/* ----- terms ----- */
#terms{
    margin: 60px 0 100px 0;
}
#lower-logo{
    display: none;
}
.content1000{
    width: 1000px;
   background-color: #FAF9F2;
   border-radius: 22px;
   display: inline-block;
}
#terms .content1000{
    padding: 50px;
}
.terms-wrap{
    background-color: #fff;
    padding: 60px 120px;
}

.terms-box{
    height: 360px;
    overflow-y: scroll;
    margin: 0;
}
#terms h1{
    font-size: 21px;
    color: #000;
    text-align: left;
}
#terms p{
    font-size: 11px;
    text-align: justify;
    margin: 0 20px 0 0;
}
.terms-box::-webkit-scrollbar {
  width: 24px;
}
.terms-box::-webkit-scrollbar-track {
  background: #ccc;
  border-radius: 13px;
}
.terms-box::-webkit-scrollbar-thumb {
  background: #fff;
  width: 24px;
  border-radius: 13px;
  border: 3px solid #ccc;
}
@media screen and (max-width: 1000px) {
    .content1000{
        width: 100%;
    background-color: #fff;
    border-radius: 0;

    }
    #terms .content1000 {
        padding: 0;
    }
}
@media screen and (max-width: 767px) {
    #terms {
        margin: 90px 5% 36px 5%;
    }
    #lower-logo{
        display: block;
        width: 100%;
        height: 60px;
        position: fixed;
        background-color: #fff;
        top: 0;
        z-index: 90;
    }
    .content1000{
        width: 100%;
        background-color: #fff;
        border-radius: 0;
    }
    .terms-wrap{
        padding: 0;
    }
    #terms h1 {
        font-size: 15px;
    }
    .terms-box{
        height: 250px;
    }
    #lower02 footer{
        padding: 60px 0 20px 0 ;
    }
    #lower02 .top-of-page{
        display: none;
    }
}
/* -------------------- privacy policy -------------------- */

/* ----- policy ----- */
#policy{
    margin: 60px 0 100px 0;
}

#policy .content1000{
    padding: 50px;
}
.policy-wrap{
    background-color: #fff;
    padding: 60px 120px;
}

.policy-box{
    margin: 30px 0 0 0;
}
#policy h1{
    font-size: 21px;
    color: #000;
    text-align: left;
}
#policy p{
    font-size: 11px;
    text-align: justify;
    margin: 0 20px 0 0;
}

@media screen and (max-width: 1000px) {
    #policy .content1000 {
        padding: 0;
    }
}
@media screen and (max-width: 767px) {
    #policy{
        margin: 90px 5% 36px 5%;
    }
    .policy-wrap {
        padding: 0;
    }
    #policy h1 {
        font-size: 15px;
    }
    .policy-box{
        height: 250px;
        overflow-y: scroll;
        margin: 10px 0 0 0;
    }
    .simplebar-scrollbar:before{
        background: white!important;
        border-radius: 13px!important;
        height: 26px!important;
    }
    .simplebar-vertical{
        width: 26px!important;
    }
    .simplebar-track {
        background-color: #ccc;
        border-radius: 13px;
    }

    .simplebar-content p{
        padding: 0 16px 0 16px ;
    }
    header{
        height: 0;
    }
}
/* -------------------- request -------------------- */

/* ----- request ----- */

#request{
    margin: 60px 0 100px 0;
}

#request .content1000{
    padding: 70px;
}
.company-wrap{
    margin: 80px 0 60px 0;
}
.company-name{
    font-size: 15px;
    font-weight: 500;
    text-align: left;
}
.company-tel{
    font-size: 36px;
    font-weight: 500;
    text-align: left;
    line-height: 1.1;
	display: block;
    color: #000;
}
.company-info{
    font-size: 15px; 
        text-align: left;
}
.company-tel span{
    font-size: 30px;
}
#request p{
    font-size: 15px;
    text-align: justify;
}
.r-heading01{
    font-size: 21px;
}
.r-heading02{
    font-size: 19px;
}
.r-heading{
    line-height: 1.4;
    font-weight: 500;
    text-align: left;
    margin: 0 20px 10px 0;
}
.indent01{
   text-indent: -1.1em;
  padding-left: 1.1em;
}

.indent02{
   text-indent: -1.1em;
  padding-left: 2.2em;
}
.indent03{
   text-indent: 0em;
  padding-left: 1.1em;
}
a.r-link{
    color: #FFCE00;
}

.border02{
    margin: 50px 0;
}



#form{
    width: 690px;
    display: inline-block;
}

#form h1{
    font-size: 28px;
    line-height: 1.4;
    color: #000;
    font-weight: 500;
}

p.f-text{
    margin: 50px 0 0 0;
}
#form dl{
    text-align: left;
}

.require{
    font-size: 11px;
    background-color: #FFCE00;
    display: inline-block;
    width: 30px;
    padding: 1px 0 0 0;
    color: #000;
    height: 18px;
    font-weight: 500;
    text-align: center;
   margin: 0 10px 0 0;
}
.any{
    width: 40px;
    display: inline-block;
}
#form dt label{
    font-size: 15px;
    display: inline-block;
    margin: 0 0 0 0;
    vertical-align: middle;
}
#form dt{
    margin: 40px 0 0 0; 
}
#form dd{
    width: 100%;
    margin: 10px 0 0 0;
    padding: 0 0 0 40px;
}

.text-area{
    border-radius: 5px;
    border: 1px solid #707070;
    background-color: #fff;
    padding: 12px;
}
.text-area01{
    width: 100%;
    height: 50px;
}

.text-area02{
    width: 110px;
    height: 50px;
}
.text-area03{
    width: 280px;
    height: 50px;
}

.text-area04{
    width: 346px;
    height: 50px;
}

.text-area05{
    width: 100%;
    height: 84px;
}

.text-area06{
    width: 100%;
    height: 140px;
}

.text-area07{
    width: 280px;
    height: 50px;
}
.checkbox-wrap span{
        height: 40px;
}
.checkbox{
    font-size: 15px;
    vertical-align: middle;
}
.wpcf7-list-item input{
    width: 16px;
    height: 16px;
}

.wpcf7-list-item {
    width: 14%!important;
}
#request .text-wrap{
    margin: 0 0 0 40px;
}
.submit02-wrap{
    text-align: center;
    margin: 56px 0 0 40px;
}
.submit{
    width: 230px;
    height: 50px;
    border: 0;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.5em;
    padding: 13px 0 13px 8px;
    display: inline-block;
}

.submit02{
    background-color: #FFCE00;
    color: #fff;
    cursor: pointer;
}


input.text-area06{
    vertical-align: baseline;
}

.wpcf7 p {
display: inline;
}
.wpcf7-spinner{
    display: none!important;
}
#place{
    margin: -40px 0 0 0;
	padding: 40px 0 0 0;
}
@media screen and (max-width: 1000px) {
    #request {
        margin: 60px 0 0 0;
    }
    #request .content1000{
    padding: 0;
    }
    .request-wrap{
        padding: 20px 5%;
    }

    #form{
        background-color: #FAF9F2;
            width: 100%;
            padding: 40px 5% 72px 5%;
    }
}
@media screen and (max-width: 767px) {
    #request p{
        font-size: 13px;
    }
    .company-name {
        font-size: 14px;
    }
    .company-tel span {
        font-size: 19px;
    }
    .company-tel {
        font-size: 28px;
    }
    .company-info{
        font-size: 11px; 
    }
    .company-wrap {
        margin: 40px 0 30px 0;
    }
    .r-heading01 {
        font-size: 17px;
    }
    .r-heading02 {
        font-size: 15px;
    }
    .request-box{
        height: 250px;
        overflow-y: scroll;
        margin: 8px 0 0 0;
    }
    .request-box::-webkit-scrollbar {
    width: 24px;
    }
    .request-box::-webkit-scrollbar-track {
    background: #ccc;
    border-radius: 13px;
    }
    .request-box::-webkit-scrollbar-thumb {
    background: #fff;
    width: 24px;
    border-radius: 13px;
    border: 3px solid #ccc;
    }
    .request-box p{
        margin: 0 20px 0 0 ;
    }
    .border02 {
        margin: 10px 0 20px 0;
    }
    #place{
        margin: -60px 0 0 0;
        padding: 60px 0 0 0;
    }
    #form{
        padding: 40px 5% 72px 5%;
        margin: 0 0 0 0;
    }
    #form h1 {
        font-size: 20px;

    }
    p.f-text {
        margin: 40px 0 0 0;
    }
    #form dt label {
        font-size: 14px;
    }
    #form dd {
        width: 100%;
        padding: 0;
    }

    .text-area03 {
        width: 125px;
    }

    .text-area04 {
        width: 190px;
    }
    .text-area07 {
        width: 100%;
    }

    .checkbox-wrap span{
        height: 30px;
    }
    .wpcf7-list-item {
        width: 21% !important;
    }
    .checkbox {
        font-size: 12px;
    }
    input#option01 {
        margin: -4px 0 0 0;
    }
    .text-area05 {
        width: 100%;
    }
    .text-area06 {
        width: 100%;
        height: 240px;
    }
    #request .text-wrap {
        margin: 0;
    }
    .submit02-wrap {
        margin: 40px 0 0 0px;
    }
    .border-sp{
        border-bottom: 1px solid #ccc;
        margin:12px 0;
    }
    .indent01{
    text-indent: -1em;
    padding-left: 1em;
    }
    .any{
        width: 0;
    }
}
/* -------------------- contact -------------------- */

/* ----- contact ----- */

#contact{
    margin: 60px 0 100px 0;
}

#contact .content1000{
    padding: 70px;
}

#contact  p{
    font-size: 15px;
    text-align: justify;
}

.submit02-wrap div{
    margin: 0 0 30px 0;
}
@media screen and (max-width: 1000px) {
    #contact {
        margin: 60px 0 0 0;
    }
    #contact .content1000{
        padding: 0;
    }
}
@media screen and (max-width: 767px) {
    #contact  p{
        font-size: 13px;
        text-align: justify;
    }
}
/* -------------------- r-confirm -------------------- */

/* ----- confirm ----- */

#confirm{
    margin: 60px 0 100px 0;
}

#confirm .content1000{
    padding: 50px;
}

.confirm-wrap{
    background-color: #fff;
    padding: 90px 130px 70px 130px;
}

#confirm h1{
    font-size: 32px;
    font-weight: 500;
}

#confirm dl{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin: 60px 0 30px 0;
    text-align: left;
border-top: 1px solid #707070;

}
#confirm dt{
    width: 170px;
    padding: 32px 20px;
    font-weight: 500;
    color: #000;
    border-bottom: 1px solid #707070;
        font-size: 15px;
  display: flex;
  align-items: center;
}
#confirm dd{
    width: calc(100% - 170px);
    padding: 32px 20px;
        border-bottom: 1px solid #707070;
    overflow-wrap: break-word;
        font-size: 15px;
}

#confirm p{
    font-size: 15px;
    text-align: justify;
}
.submit03-wrap{
    margin: 60px 0 0 0;
}
.submit03-wrap div{
    margin: 20px 0;
}
.submit03{
    background-color: #FAF9F2;
    color: #000;
}

#confirm .r-link{
    font-size: 12px;
}

#confirm .submit{
    letter-spacing: 0;
    padding: 0 ;
}
.dot{
    display: none;
}
#r-attention div{
    text-align:justify;
}


#checkbox01-wrap .wpcf7-list-item{
    width: 22px!important;
    margin: 0;
}
#checkbox01-wrap span{
	font-size: 12px;
}
@media screen and (max-width: 1000px) {
    #confirm .content1000{
        padding: 0;
    }
}
@media screen and (max-width: 767px) {
    #confirm{
        margin: 60px 0 0 0;
    }
    .confirm-wrap{
        padding: 60px 5%;
    }

    #confirm h1 {
        font-size: 20px;
    }
    #confirm dl {
        margin: 50px 0 30px 0;
    }
    #confirm dt{
        width: 100%;
        padding: 6px 0;
        border-bottom:0;
            font-size: 13px;
    }
    #confirm dd{
        width: 100%;
        padding: 16px 0 30px 0;
    }
    .dot{
        display: inline-block;
        padding: 0;
    }
    #confirm p{
        font-size: 13px;
    }
}
/* -------------------- management -------------------- */

/* ----- management ----- */
#management{
    margin: 30px 0 130px 0;
}

#management h1{
    font-size: 25px;
    font-weight: 500;
}
.management-wrap{
    width: 460px;
    margin: 90px 0 0 0;
    display: inline-block;
}
#management dl{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    text-align: left;
    margin: 70px 0 0 0;
}
#management dt{
    width: 180px;
    padding: 24px 12px;
    color: #000;
    border-bottom: 1px solid #707070;
        font-size: 16px;
  display: flex;
  align-items: center;
}
#management dd{
    width: calc(100% - 180px);
    padding: 24px 12px;
        border-bottom: 1px solid #707070;
        font-size: 16px;
}
@media screen and (max-width: 767px) {
    #management{
        margin: 30px 0 60px 0;
    }
    .management-wrap {
        width: 90%;
        margin: 90px 5% 0 5%;
    }
    #management dl{
        margin: 50px 0 0 0;
        border-top: 1px solid #707070;
    }
    #management dt{
        width: 100%;
        padding: 6px 0;
        border-bottom:0;
            font-size: 13px;
    }
    #management dd{
        width: 100%;
        padding: 16px 0 30px 48px;
    }
}

/* -------------------- complete -------------------- */

/* ----- complete01 ----- */
#complete01{
    padding: 150px 0;
}
#complete01 p{
    text-align: center;
    margin: 60px 0;
}