@charset "utf-8";


#maincontent .kv h1{
    background-image: url("img/kv_mark.png");
}

#detail{
    position: fixed;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    background-image: url("img/modal_back.png");
    z-index: 999;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items:center;
    visibility: hidden;
    opacity:0;
    transition-duration: 400ms;
    transition-timing-function: ease;
    transition-property: visibility,opacity;
}


body.openDetail #detail{
    visibility: visible;
    opacity:1;
}


body.openDetail {
    overflow: hidden;
}



#movie{
    position: fixed;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    background-image: url("img/modal_back.png");
    z-index: 999;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items:center;
    visibility: hidden;
    opacity:0;
    transition-duration: 400ms;
    transition-timing-function: ease;
    transition-property: visibility,opacity;
}

body.openMovie #movie{
    visibility: visible;
    opacity:1;
}


body.openMovie {
    overflow: hidden;
}




@media print,screen and (min-width: 769px) {




    #role .movie{
        margin-top: 30px;
        border: 15px #3a2407 solid;
    }
    
    #role .movie a{
       display: block;
/*        border: 15px #3a2407 solid;*/
        position: relative;
    }
    #role .movie a:hover{
/*        opacity:1;*/
    }

    #role .movie a .cover{
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background-image: url("img/playbtn.png");
        background-repeat: no-repeat;
        background-position: center center;
        background-color: rgba(10,31,75,0.5);

    }

    

 
    

    #role .movie iframe{
        display: block;
        width: calc(960px - 30px);
        height: calc((960px - 30px) / 16 * 9);
    }
    
    #role .movie #youtube{
        display: block;
        width: calc(960px - 30px);
        height: calc((960px - 30px) / 16 * 9);
    }

    
    #process .flow{
        margin-top: 30px;
        position: relative;
    }
    
    #process .flow .image{
       width: 931px;
        margin-left: auto;
        margin-right: auto;
    }


    #process .flow{
        margin-top: 30px;
        position: relative;
    }

    #process .flow ul li a{
        display: block;
        position: absolute;
        width: 120px;
        transition-duration: 100ms;
        transition-timing-function: ease-out;
        transition-property: transform;
    }
    
    #process .flow ul li a:hover{
        opacity:1;
        transform:scale(1.1);
    }
    
/*
    #process .flow ul li:nth-child(1) a{
        left: 80px;
        top: 130px;
        display: none;
    }
    #process .flow ul li:nth-child(2) a{
        right: 80px;
        top: 130px;
        display: none;
    }
*/
    #process .flow ul li:nth-child(1) a{
        left: 180px;
        top: 590px;
    }
    #process .flow ul li:nth-child(2) a{
        left: 270px;
        bottom: 125px;
    }

    #process .flow ul li:nth-child(3) a{
        right: 180px;
        top: 590px;
    }

    
    #words .items{
        margin-top: 50px;
    }
    #words .item{
        margin-bottom: 20px;
        border-left: 14px #3a2407 solid;
        background-color: #ecedf1;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        justify-content:space-between;
        -ms-align-items: center;
        align-items: center;
    }

    #words .item .titles{
        padding: 40px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        width: 310px;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        justify-content: center;
        -ms-align-items: center;
        align-items:center ;
        flex-direction: column;
        border-right: 2px #3a2407 solid;
        
    }
    #words .item .titles .en{
        font-size: 20px;
        letter-spacing: 0.1em;
        font-weight: bold;
        font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    }
    
    #words .item .titles .ja{
        font-size: 30px;
        letter-spacing: 0.1em;
        font-weight: bold;
        font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
        margin-top: 20px;
    }

    
    #words .item .body{
        flex:1;
        padding: 40px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

   
    
    

    #movie .inner{
        width: 960px;
        height: 540px;
        position: relative;
        border: 12px #3a2407 solid;
    }
    
    #movie .close{
        width: 80px;
        height: 80px;
        position: absolute;
        right: -10px;
        top: -10px;
        z-index: 1;
        background-color: #3a2407;
    }
    
    #movie .close a{
        display: block;
        background-image: url("../common/img/modal_close.png");
        background-repeat: no-repeat;
        background-position: center center;
        width: 80px;
        height: 80px;
        background-color: #fff;
        text-indent: -9999px;
        overflow: hidden;
    
    }

    #movie video{
        display: block;
        width: 960px;
        height: 540px;
    }
    
    
    
    
    
    #detail .inner{
        width: 1000px;
        background-color: #0c204a;
        position: relative;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        justify-content: center;
        -ms-align-items: center;
        align-items: center;
        color: #fff;
        border: 6px #fff solid;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        padding: 50px;
    }
    
    #detail .close{
        background-position: center center;
        width: 80px;
        height: 80px;
        position: absolute;
        right: 0;
        top: 0;
        background-color: #fff;
    }
    
    #detail .close a{
        display: block;
        background-image: url("img/modal_close.png");
        background-repeat: no-repeat;
        background-position: center center;
        width: 80px;
        height: 80px;
        background-color: #fff;
        text-indent: -9999px;
        overflow: hidden;
    }
    

    #detail .pages{
        width: 420px;
        border-right: 5px #fff solid;
        padding-right: 80px;
    }
    #detail .pages .page{
    }
    #detail .pages .page .image{
        width: 200px;
        margin-left: auto;
        margin-right: auto;
    }
    
    #detail .pages .page h2{
        font-size:  26px;
        font-weight: bold;
        text-align: center;
        line-height: 1.35em;
    }
    
    #detail .pages .page h2 span{
        font-size:  16px;
        font-weight: bold;
    }
    
    #detail .pages .page .body{
       margin-top: 30px;
        font-size: 14px;
        line-height: 1.75em;
    }

    #detail .others{
        width: 250px;
        margin-left: 80px;
    }
    
    #detail .others .sit{
        font-size: 16px;
        font-weight: bold;
    }
    #detail .others .items{
    }
    #detail .others .items .item{

    }
    
    #detail .others .items .item a{
        display: block;
        color: #fff;
        text-decoration: none;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        -ms-align-items: center;
        align-items:center ;
        margin-top: 20px;
        margin-bottom: 20px;
        height: 60px;
    }

    #detail .others .items .item a .image{
        display: block;
        width: 60px;
        margin-right: 10px;
    }
    #detail .others .items .item a .name{
        font-size: 26px;
        font-weight: bold;
        line-height: 1.15em;
        flex:1;
    }
    #detail .others .items .item a .name span{
        font-size: 16px;
    }

    
}

@media screen and (min-width: 769px) and (max-height: 600px) {



}


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


    #anchor li{
        display: block;
    }




    #role .movie{
        margin-top: 6vw;
        border: 8px #3a2407 solid;
    }
/*

    #role .movie a{
        display: block;
        position: relative;
    }
    

    #role .movie a .cover{
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(10,31,75,0.5);
        background-image: url("img/playbtn.png");
        background-repeat: no-repeat;
        background-position: center center;
        -webkit-background-size: 80px 80px;
        background-size:  80px 80px;

    }
*/


    #role .movie video{
        display: block;
    }

    
    
    
    
    
    
    #process .flow{
        margin-top: 6vw;
        position: relative;
        overflow: auto;
    }
    
    
    #process .flow::-webkit-scrollbar {
        display: none;
        -webkit-appearance: none;
    }

    #process .flow .image{
        width: calc(1501px / 2);
        height: calc(931px / 2);
    }



    
    
    #process .flow ul{
/*        display: none;*/
    }
    #process .flow ul li a{
        display: block;
        position: absolute;
        width: 80px;
    }

  
/*
    #process .flow ul li:nth-child(1) a{
        left: 40px;
        bottom: 20px;
    }
    #process .flow ul li:nth-child(2) a{
        left: 40px;
        top: 20px;
    }
*/
    #process .flow ul li:nth-child(1) a{
        left: 390px;
        bottom:50px;
    }
    
    #process .flow ul li:nth-child(2) a{
        left: 600px;
        bottom: 110px;
    }
    
    #process .flow ul li:nth-child(3) a{
        left: 390px;
        top:50px;
    }
    
    
    #process .scroll{
        margin-top: 6vw;
        background-color: #f1f2f4;
        height: 4px;
        position: relative;
    }
    
    #process .scroll div{
        background-color: #3a2407;
        height: 4px;
        width: 100px;
        position: absolute;
        left: 0;
        top: 0;
    }

    
    

    #words .items{
        margin-top: 20px;
    }
    #words .item{
        margin-bottom: 20px;
        border-top: 8px #3a2407 solid;
        background-color: #ecedf1;
    }

    #words .item .titles{
        padding: 20px;
        padding-bottom: 30px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        justify-content: center;
        -ms-align-items: center;
        align-items:center ;
        flex-direction: column;
        border-bottom: 2px #3a2407 solid;

    }
    #words .item .titles .en{
        font-size: 14px;
        letter-spacing: 0.1em;
        font-weight: bold;
        font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    }

    #words .item .titles .ja{
        font-size: 24px;
        letter-spacing: 0.1em;
        font-weight: bold;
        font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
        margin-top: 5px;
    }


    #words .item .body{
        flex:1;
        font-size: 13px;
        padding: 20px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }


    
    
    
    

    #movie .inner{
        width: 88vw;
        height: calc(88vw / 16 * 9);
        position: relative;
        border: 6px #3a2407 solid;
    }

    #movie .close a{
        display: block;
        background-image: url("../common/img/modal_close.png");
        -webkit-background-size: 100% 100%;
        background-size: 100% 100%;
        background-repeat: no-repeat;
        background-position: center center;
        width: 40px;
        height: 40px;
        background-color: #fff;
        text-indent: -9999px;
        overflow: hidden;
        position: absolute;
        right: -6px;
        top: -40px;
        z-index: 1;
    }

    #movie video{
        display: block;
        width: 88vw;
        height: calc(88vw / 16 * 9);
    }


    
    
    
    
    
    
    #detail .inner{
        width: 88vw;
        background-color: #0c204a;
        position: relative;
        color: #fff;
        border: 5px #fff solid;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        padding: 6vw;
    }
    #detail .close a{
        display: block;
        background-image: url("img/modal_close.png");
        -webkit-background-size: 17px 17px;
        background-size: 17px 17px;
        background-repeat: no-repeat;
        background-position: center center;
        width: 40px;
        height: 40px;
        background-color: #fff;
        text-indent: -9999px;
        overflow: hidden;
        position: absolute;
        right: 0;
        top: 0;
    }


    #detail .pages{
        border-bottom: 3px #fff solid;
        padding-bottom: 10px;
    }
    #detail .pages .page{
    }
    #detail .pages .page .image{
        width: 100px;
        margin-left: auto;
        margin-right: auto;
    }

    #detail .pages .page h2{
        font-size:  20px;
        font-weight: bold;
        text-align: center;
        line-height: 1.35em;
    }

    #detail .pages .page h2 span{
        font-size:  12px;
        font-weight: bold;
    }

    #detail .pages .page .body{
        margin-top: 10px;
        font-size: 14px;
        line-height: 1.75em;
    }

    #detail .others{
        margin-top: 20px;
    }

    #detail .others .sit{
        font-size: 12px;
        font-weight: bold;
        text-align: center;
    }
    #detail .others .items{
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        justify-content:space-between;
        flex-wrap: wrap;
        margin-top: 20px;
    }
    #detail .others .items .item{
        width: calc(50% - 2px);
    }

    #detail .others .items .item a{
        display: block;
        color: #fff;
        text-decoration: none;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        justify-content: center;
        -ms-align-items: center;
        align-items:center ;
        margin-bottom: 20px;
    }

    #detail .others .items .item a .image{
        display: block;
        width: 30px;
        margin-right: 5px;
    }
    #detail .others .items .item a .name{
        font-size: 13px;
        font-weight: bold;
        line-height: 1.15em;
        flex:1;
    }
    #detail .others .items .item a .name span{
        font-size: 9px;
    }
    
    
    

}






/*追加分*/


.b_maintenance {
  max-width: 960px;
  margin: 0 auto;
  padding: 20px 15px;
  font-family: 'Hiragino Kaku Gothic Pro', 'Meiryo', sans-serif;
  color: #333;
  line-height: 1.6;
}

.b_maintenance__title {
  font-size: 36px;
  font-weight: bold;
  letter-spacing: 2px;
  text-align: center;
  margin-bottom: 10px;
}

.b_maintenance__divider {
  height: 1px;
  background-color: #ccc;
  margin: 15px auto;
}

.b_maintenance__subtitle {
  font-size: 20px;
  text-align: center;
  margin-bottom: 30px;
}

.b_maintenance__content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.b_maintenance__column {
  width: 31%;
  margin-bottom: 20px;
}

.b_maintenance__section_header {
  padding: 12px;
  color: #333;
  font-weight: bold;
  text-align: center;
  margin-bottom: 15px;
}

.environmental {
  background-color: #D5E8B0;
}

.facility {
  background-color: #C8B9DC;
}

.building {
  background-color: #A8D8D8;
}

.b_maintenance__category {
  margin-bottom: 20px;
}

.b_maintenance__category_title {
  color: #E67E22;
  font-weight: bold;
  margin-bottom: 8px;
}

.b_maintenance p {
  margin-bottom: 5px;
  font-size: 14px;
}

.b_maintenance__note {
  margin-top: 20px;
  color: #666;
}

/* レスポンシブ対応 */
@media (max-width: 768px) {
  .b_maintenance__column {
    width: 100%;
  }
  
  .b_maintenance__title {
    font-size: 28px;
  }
  
  .b_maintenance__subtitle {
    font-size: 18px;
  }
}


/*ギャラリー*/

/* BMAQ Work ベーススタイル */
.bmaq_work {
  width: 100%;
  padding: 40px 0;
  font-family: 'Noto Sans JP', sans-serif;
  color: #333;
}

.bmaq_work_container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
}

/* ヘッダー */
.bmaq_work_header {
  text-align: center;
  margin-bottom: 40px;
  position: relative;
}

.bmaq_work_title {
  font-size: 32px;
  font-weight: 700;
  margin: 0;
  letter-spacing: 2px;
  position: relative;
  padding-bottom: 15px;
  display: inline-block;
  line-height: 1.2;
}

.bmaq_work_title:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 80px;
  height: 3px;
  background-color: #f60;
}

.bmaq_work_subtitle {
  font-size: 16px;
  margin: 15px 0 0;
  color: #666;
}

/* セクション */
.bmaq_work_section {
  margin-bottom: 60px;
}

.bmaq_work_section_title {
  font-size: 18px;
  background-color: #e6eef7;
  padding: 12px 15px;
  margin: 0 0 25px;
  border-radius: 3px;
  position: relative;
  color: #333;
}

/* ビフォー・アフター */
.bmaq_work_before_after {
  display: flex;
  justify-content: center;
  margin-bottom: 30px;
}

.bmaq_work_case {
  display: flex;
  align-items: center;
  max-width: 900px;
  width: 100%;
}

.bmaq_work_before,
.bmaq_work_after {
  width: calc(50% - 30px);
  position: relative;
}

.bmaq_work_arrow {
  width: 60px;
  position: relative;
}

.bmaq_work_arrow:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 0 20px 40px;
  border-color: transparent transparent transparent #f60;
}

.bmaq_work_image {
  border: 1px solid #ddd;
  overflow: hidden;
  position: relative;
}

.bmaq_work_image img {
  width: 100%;
  height: auto;
  display: block;
  transition: transform 0.3s ease;
}

.bmaq_work_image:hover img {
  transform: scale(1.05);
}

.bmaq_work_label {
  text-align: center;
  color: #fff;
  font-weight: 700;
  padding: 8px 0;
  font-size: 16px;
}

.bmaq_work_before .bmaq_work_label {
  background-color: #4b7e1a;
}

.bmaq_work_after .bmaq_work_label {
  background-color: #0066cc;
}

/* ギャラリー */
.bmaq_work_gallery {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 15px;
  margin-bottom: 30px;
}

.bmaq_work_gallery_item {
  border: 1px solid #ddd;
  overflow: hidden;
}

.bmaq_work_gallery_item img {
  width: 100%;
  height: auto;
  display: block;
  transition: transform 0.3s ease;
}

.bmaq_work_gallery_item:hover img {
  transform: scale(1.05);
}

/* プロセスギャラリー */
.bmaq_work_process_gallery {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 15px;
}

.bmaq_work_process_item {
  margin-bottom: 15px;
  position: relative;
}

.bmaq_work_process_label {
  text-align: center;
  color: #fff;
  padding: 5px 0;
  font-size: 14px;
}

.bmaq_work_before_label {
  background-color: #8bc34a;
}

.bmaq_work_during_label {
  background-color: #4db6ac;
}

.bmaq_work_after_label {
  background-color: #e91e63;
}

/* レスポンシブ対応 */
@media (max-width: 1024px) {
  .bmaq_work_title {
    font-size: 28px;
  }
  
  .bmaq_work_process_gallery {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 768px) {
  .bmaq_work_gallery {
    grid-template-columns: repeat(2, 1fr);
  }
  
  .bmaq_work_case {
    flex-direction: column;
  }
  
  .bmaq_work_before,
  .bmaq_work_after {
    width: 100%;
    max-width: 400px;
  }
  
  .bmaq_work_arrow {
    transform: rotate(90deg);
    height: 60px;
    margin: 15px 0;
  }
  
  .bmaq_work_title {
    font-size: 24px;
  }
  
  .bmaq_work_subtitle {
    font-size: 14px;
  }
}

@media (max-width: 576px) {
  .bmaq_work {
    padding: 30px 0;
  }
  
  .bmaq_work_section {
    margin-bottom: 40px;
  }
  
  .bmaq_work_gallery,
  .bmaq_work_process_gallery {
    grid-template-columns: 1fr;
  }
  
  .bmaq_work_section_title {
    font-size: 16px;
    padding: 10px;
  }
  
  .bmaq_work_title {
    font-size: 22px;
  }
  
  .bmaq_work_label,
  .bmaq_work_process_label {
    font-size: 14px;
    padding: 6px 0;
  }
}



/*ステップ*/
.kanri_henko_v2 {
  max-width: 960px;
  margin: 0 auto;
  margin-top: 9%;
}

.step_box {
  display: flex;
  background: #f1f1f4;
  border-left: 8px solid #e59a36;
  border: 1px solid #e59a36;
  border-left-width: 8px;
  margin-bottom: 40px;
  align-items: stretch;
}

.step_label {
  width: 30%;
  min-width: 200px;
  padding: 30px 20px;
  text-align: center;
  border-right: 1px solid #e59a36;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.step_label .roman {
  font-size: 0.75rem;
  color: #333;
  margin-bottom: 5px;
  letter-spacing: 0.5px;
}

.step_label .title {
  font-size: 1.4rem;
  font-weight: bold;
  color: #111;
  letter-spacing: 1px;
}

.step_content {
  flex: 1;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 30px;
  gap: 30px;
}

.step_text {
  flex: 1;
  font-size: 1rem;
  color: #222;
  line-height: 1.7;
}

.step_image img {
  width: 200px;
  height: 150px;
  object-fit: cover;
  border: 1px solid #ccc;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.05);
}

@media (max-width: 768px) {
  .step_box {
    flex-direction: column;
  }

  .step_label {
    width: 100%;
    border-right: none;
    border-bottom: 1px solid #e59a36;
    padding: 20px;
  }

  .step_content {
    padding: 20px;
    flex-direction: column;
  }

  .step_image {
    text-align: center;
  }
}


/*個人*/

/* 家事代行サービス用CSS */
/* 共通スタイル */
.kojin_service {
    font-family: 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
    color: #333;
    line-height: 1.6;
    max-width: 960px;
    margin: 0 auto;
    padding: 0 15px;
}

.kojin_service * {
    box-sizing: border-box;
}

/* 見出しスタイル */
.kojin_service .service_title {
    font-size: 28px;
    text-align: center;
    margin: 40px 0 30px;
    font-weight: bold;
    position: relative;
    padding-bottom: 15px;
    border-bottom: 1px solid #ddd;
}

.kojin_service .service_subtitle {
    font-size: 16px;
    text-align: center;
    margin: 0 0 30px;
    font-weight: normal;
}

/* サービス内容コンテナ */
.service_contents {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 30px;
}

.service_box {
    width: 32%;
    margin-bottom: 20px;
    border: 1px solid #ddd;
    border-radius: 5px;
    overflow: hidden;
}

.service_box_title {
    padding: 10px;
    text-align: center;
    font-weight: bold;
    color: #333;
}

.service_box_content {
    padding: 15px;
    font-size: 14px;
    line-height: 1.6;
}

/* カラー設定 */
.service_box.house {
    background-color: #f8e8dd;
}

.service_box.water {
    background-color: #e1efd2;
}

.service_box.garden {
    background-color: #d5e0ed;
}

/* その他の相談 */
.other_consultation {
    text-align: center;
    margin: 40px 0;
    color: #ff6600;
    font-weight: bold;
    font-size: 18px;
}

/* お役立ちセクション */
.service_help {
    margin: 50px 0;
}

.help_title {
    color: #e60012;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 20px;
}

.help_subtitle {
    color: #e60012;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 30px;
}

.help_content {
    margin-bottom: 30px;
    font-size: 15px;
    line-height: 1.8;
}

/* 注意書き */
.service_notice {
    border: 1px solid #ccc;
    padding: 20px;
    margin: 40px 0;
    background-color: #f9f9f9;
}

.notice_title {
    color: #e60012;
    font-weight: bold;
    text-align: center;
    margin-bottom: 15px;
    font-size: 18px;
}

.notice_content {
    font-size: 14px;
    line-height: 1.8;
}

/* レスポンシブ対応 */
@media screen and (max-width: 768px) {
    .service_box {
        width: 100%;
        margin-bottom: 15px;
    }
    
    .service_title {
        font-size: 22px;
    }
    
    .help_title, .help_subtitle {
        font-size: 18px;
    }
    
    .other_consultation {
        font-size: 16px;
        padding: 0 10px;
    }
}


/* 料金表用CSS */
/* 共通スタイル */
.kojin_price {
    font-family: 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
    color: #333;
    line-height: 1.6;
    max-width: 960px;
    margin: 0 auto;
    padding: 0 15px;
}

.kojin_price * {
    box-sizing: border-box;
}

/* 見出しスタイル */
.kojin_price .price_title {
    font-size: 28px;
    text-align: center;
    margin: 40px 0 30px;
    font-weight: bold;
    position: relative;
    padding-bottom: 15px;
    border-bottom: 1px solid #ddd;
}

.kojin_price .price_subtitle {
    font-size: 16px;
    text-align: center;
    margin: 0 0 30px;
    font-weight: normal;
}

/* セクションタイトル */
.section_title {
    background-color: #B0C4DE; /* 薄い青色 */
    padding: 10px;
    text-align: center;
    font-weight: bold;
    margin-bottom: 20px;
}

/* 料金コンテンツ */
.price_content {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 40px;
}

/* 画像エリア */
.price_images {
    width: 60%;
    padding-right: 20px;
}

.price_images img {
    width: 100%;
    height: auto;
    display: block;
    border: 1px solid #ddd;
}

/* 料金詳細エリア */
.price_detail {
    width: 40%;
    background-color: #FFFCE1; /* 薄い黄色 */
    padding: 20px;
    border: 1px solid #FFDE59; /* 黄色の枠線 */
}

/* 料金表示 */
.price_amount {
    font-size: 22px;
    font-weight: bold;
    color: #e60012; /* 赤色 */
    margin-bottom: 15px;
    border-bottom: 1px solid #666;
    padding-bottom: 5px;
}

/* 作業内容タイトル */
.price_desc_title {
    font-size: 14px;
    margin-bottom: 10px;
}

/* 作業内容リスト */
.price_desc_list {
    padding-left: 20px;
    margin: 0 0 15px 0;
}

.price_desc_list li {
    margin-bottom: 5px;
    font-size: 14px;
}

/* 注釈文 */
.price_note {
    font-size: 13px;
    line-height: 1.6;
    margin: 0;
}

/* アクセント部分 */
.accent {
    color: #e60012; /* 赤色 */
    font-weight: bold;
}

/* レスポンシブ対応 */
@media screen and (max-width: 768px) {
    .price_content {
        flex-direction: column;
    }
    
    .price_images, .price_detail {
        width: 100%;
        padding-right: 0;
    }
    
    .price_images {
        margin-bottom: 20px;
    }
    
    .price_title {
        font-size: 22px;
    }
    
    .price_amount {
        font-size: 20px;
    }
}