/* toggle_btn */
/* -------------------------------------------------------- */

.toggle_btn span{
    background-color: #000000;
}

.open .toggle_btn span{
    background-color: #ffffff;
}

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

#main .gray_area {
    margin-top: 0;
    text-align: left;
}

#main .price_table {
    width: 100%;
    text-align: left;
    margin-bottom: 100px;
}

#main .price_table .tab{
    display: none;
}

#main .price_table table tr td.price.tab{
    display: none;
}

#main .price_table .table_title {
    font-size: 1.75em;
    max-height: 40px;
    padding-left: 20px;
    border-left: 10px solid #595757;
    margin-bottom: 6px;
    margin-left: 5px;
}

#main .price_table .line {
    display: block;
    width: 100%;
    height: 1px;
    border-bottom: 1px dashed #595757;
    margin-bottom: 50px;
}

#main .price_table table {
    width: 90%;
    margin: 0 auto;
}

#main .price_table table.table_sp {
    display: none;
}

#main .price_table table tr th {
    width: calc(250px - 22px);
    background-color: #F0F3F4;
}

#main .price_table table tr td.price {
    width: calc(160px - 22px);
}

#main .price_table table tr th,
#main .price_table table tr td {
    padding: 20px 0px 20px 21px;
}

#main .price_table table tr th.title_tab{
    display: none;
}

#main .concept_zooms {
    background-color: #f0f3f4;
    padding: 38px 0 27px;
}

#main .concept_zooms .tab{
    display: none;
}

#main .concept_zooms .zoom_top {
    margin-bottom: 36px;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}

#main .concept_zooms .zoom_top .concept_zoom_top_title {
    font-size: 1.5em;
    color: #9e2428;
    border-bottom: 2px dashed #9e2428;
}

#main .concept_zooms .zoom_top .flex {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 0 12px;
    padding-top: 30px;
}

#main .concept_zooms .zoom_top .flex .zoom_left {
    position: relative;
    width: 338.6314px;
    text-align: left;
}

#main .concept_zooms .zoom_top .flex .zoom_left>img {
    width: 240.944px;
}

#main .concept_zooms .zoom_top .flex .zoom_left .abs {
    display: block;
    width: 114.82px;
    position: absolute;
    top: 0;
    right: 20px;
    transform: rotateZ(50deg);
}

#main .concept_zooms .zoom_top .flex .zoom_right {
    margin-left: 34px;
}

#main .concept_zooms .zoom_top .flex .zoom_right .zoom_text {
    text-align: left;
}

#main .concept_zooms .zoom_bottom {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}

#main .concept_zooms .zoom_bottom .concept_zoom_bottom_title {
    font-size: 1.5em;
    color: #9e2428;
    border-bottom: 2px dashed #9e2428;
}

#main .concept_zooms .zoom_bottom .flex {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 0 12px;
    padding-top: 30px;
}

#main .concept_zooms .zoom_bottom .flex .zoom_left {
    text-align: left;
}

#main .concept_zooms .zoom_bottom .flex .zoom_left .zoom_text {
    font-size: 0.875em;
}

#main .concept_zooms .zoom_bottom .flex .zoom_right img {
    width: 240px;
}

@media screen and (max-width: 1000px) {
    /* main */
    /* -------------------------------------------------------- */

    #main .price_table {
        margin-bottom: 10vw;
    }

    #main .price_table .table_title {
        font-size: max(2.52vw, 14px);
        max-height: 4vw;
        padding-left: 2vw;
        border-left: 1vw solid #595757;
        margin-bottom: 0.6vw;
        margin-left: 0.5vw;
    }

    #main .price_table .line {
        margin-bottom: 5vw;
    }

    #main .price_table table tr th {
        width: calc(25vw - 2.2vw);
    }

    #main .price_table table tr td.price {
        width: calc(18vw - 2.2vw);
    }

    #main .price_table table tr th,
    #main .price_table table tr td {
        padding: 2vw 2vw 2vw 2.1vw;
    }

    #main .concept_zooms {
        padding: 3.8vw 0 2.7vw;
    }

    #main .concept_zooms .zoom_top {
        margin-bottom: 3.6vw;
    }

    #main .concept_zooms .zoom_top .concept_zoom_top_title {
        font-size: max(2.16vw, 14px);
        border-bottom: 0.2vw dashed #9e2428;
    }

    #main .concept_zooms .zoom_top .flex {
        padding: 0 1.2vw;
        padding-top: 3vw;
    }

    #main .concept_zooms .zoom_top .flex .zoom_left {
        width: 33.86314vw;
    }

    #main .concept_zooms .zoom_top .flex .zoom_left>img {
        width: 24.0944vw;
    }

    #main .concept_zooms .zoom_top .flex .zoom_left .abs {
        width: 11.482vw;
        right: 2vw;
    }

    #main .concept_zooms .zoom_top .flex .zoom_right {
        margin-left: 3.4vw;
    }

    #main .concept_zooms .zoom_bottom .concept_zoom_bottom_title {
        font-size: max(2.16vw, 14px);
        border-bottom: 0.2vw dashed #9e2428;
    }

    #main .concept_zooms .zoom_bottom .flex {
        padding: 0 1.2vw;
        padding-top: 3vw;
    }

    #main .concept_zooms .zoom_bottom .flex .zoom_left .zoom_text {
        font-size: max(1.26vw, 12px);
    }

    #main .concept_zooms .zoom_bottom .flex .zoom_right img {
        width: 24vw;
    }

}

@media screen and (max-width: 740px) {
    #main .price_table .tab{
        display: table-cell;
    }

    #main .price_table .pc{
        display: none;
    }
}

@media screen and (max-width: 727px) {
    #main .concept_zooms{
        margin: 0 calc(50% - 50vw);
    }
}

@media screen and (max-width: 650px) {
    #main .price_table table tr th.title_pc{
        display: none;
    }

    #main .price_table table tr th.title_tab{
        display: table-cell;
    }
}

@media screen and (max-width: 600px) {
    #main .concept_zooms .zoom_bottom .flex{
        flex-direction: column-reverse;
        align-items: unset;
    }

    #main .concept_zooms .zoom_bottom .flex .zoom_right img{
        width: 240px;
        margin-bottom: 30px;
    }
}

@media screen and (max-width: 597px) {
    #main .concept_zooms .tab{
        display: block;
        width: 52vw;
    }

    #main .concept_zooms .pc{
        display: none;
    }

}

@media screen and (max-width: 590px) {
    #main .concept_zooms .zoom_top .flex .zoom_left .abs{
        right: -2vw;
    }
}

@media screen and (max-width: 550px) {
    #main .price_table table tr td.price.tab{
        display: table-cell;
    }

    #main .price_table table tr td.price.pc{
        display: none;
    }

}

@media screen and (max-width: 500px) {
    #main .gray_area{
        padding: 1.1vw 5vw;
        width: calc(100% - 10vw);
    }

    #main .gray_area .gray_area_text{
        width: 100%;
        font-size: max(3.2vw, 12px);
    }

    #main .price_table .table_title{
        font-size: max(5.6vw, 16px);
        max-height: none;
        border-left: 2vw solid #004098;
    }

    #main .price_table table {
        display: none;
    }

    #main .price_table table.table_sp {
        display: table;
        width: 100%;
        margin-bottom: 3vw;
        font-size: max(3.2vw, 12px);
    }

    #main .price_table table tr th, #main .price_table table tr{
        min-height: 6.3vw;
    }

    #main .price_table table tr th, #main .price_table table tr td{
        padding: 2vw 5vw;
    }

    #main .concept_zooms{
        margin: 0;
    }

    #main .concept_zooms .zoom_top .concept_zoom_top_title, #main .concept_zooms .zoom_bottom .concept_zoom_bottom_title{
        font-size: max(5vw, 16px);
        line-height: 1.3;
    }

    #main .concept_zooms .zoom_top .flex{
        flex-direction: column;
        align-items: center;
    }

    #main .concept_zooms .zoom_top .flex .zoom_left{
        width: 80%;
        margin-bottom: 4vw;
    }

    #main .concept_zooms .zoom_top .flex .zoom_left>img{
        width: 50.0944vw;
    }

    #main .concept_zooms .zoom_top .flex .zoom_left .abs{
        width: 20.482vw;
        right: -2vw;
    }

    #main .concept_zooms .zoom_top .flex .zoom_right .zoom_text{
        width: 100%;
        font-size: max(3.2vw, 12px);
    }

    #main .concept_zooms .zoom_bottom .flex .zoom_left .zoom_text{
        font-size: max(3vw, 12px);
    }

}



    /* 20250707 */
    /* -------------------------------------------------------- */


.price-section {
  background: #fff;
  padding: 60px 20px;
  font-family: "Helvetica Neue", sans-serif;
}

.price-columns {
  max-width: 1000px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 30px;
}

.price-card {
  flex: 1 1 calc(33.33% - 20px);
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0,0,0,0.1);
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

/* 上部カラーヘッダー共通 */
.plan-header {
  border-radius: 8px 8px 0 0;
  padding: 20px;
  text-align: center;
  color: #fff;
}

.light .plan-header {
  background-color: #7ec8ff;
}

.standard .plan-header {
  background-color: #f8a73e;
}

.premium .plan-header {
  background-color: #ef6e64;
}

.plan-header h3 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
}

.plan-header .subtext {
  font-size: 14px;
  line-height: 1.5;
  margin-bottom: 10px;
}

.plan-header .price {
  font-size: 24px;
  font-weight: bold;
  color: #fff;
}

.plan-header .price span {
  font-size: 14px;
  font-weight: normal;
}

.price-card ul {
  padding: 20px;
  margin: 0;
  list-style: none;
  font-size: 14px;
  color: #333;
}

.price-card ul li {
  padding: 6px 0;
  border-bottom: 1px solid #eee;
  line-height: 1.6;
}

/* レスポンシブ */
@media (max-width: 960px) {
  .price-columns {
    flex-direction: column;
    align-items: center;
  }

  .price-card {
    width: 100%;
    max-width: 500px;
  }
}



.price_box{
	margin: 0 0 100px 0;
	padding: 20px;
	text-align: left;
}




/* 20250707 */
/* -------------------------------------------------------- */

.form-container {
  max-width: 600px;
  margin: 60px auto;
  padding: 30px;
  background-color: #fff;
  border-radius: 12px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
}

.form-container h2 {
  font-size: 22px;
  margin-bottom: 24px;
  color: #222;
  border-bottom: 1px solid #ccc;
  padding-bottom: 8px;
}

.contact-form label {
  display: block;
  margin-bottom: 20px;
  font-size: 14px;
	text-align: left;
}

.contact-form input,
.contact-form textarea {
  width: 100%;
  padding: 10px;
  margin-top: 6px;
  border: 1px solid #ccc;
  border-radius: 6px;
  font-size: 14px;
  box-sizing: border-box;
  background-color: #fafafa;
}

.contact-form textarea {
  resize: vertical;
}

.contact-form button {
  background-color: #444;

  color: #fff;
  padding: 12px 24px;
  font-size: 14px;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.contact-form button:hover {
  background-color: #222;
}


/* 20250708 */



.price-section {
  display: flex;
  justify-content: center;
  gap: 2rem;
  padding: 3rem 1rem;
  flex-wrap: wrap;
}

.price-card {
  width: 300px;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.1);
  overflow: hidden;
}

.price-header {
  background: #d9a9ff;
  color: white;
  padding: 1.5rem 1rem;
  text-align: center;
}

.price-header h2 {
  margin: 0 0 0.5rem;
  font-size: 1.5rem;
}

.price-header .description {
  font-size: 0.9rem;
  line-height: 1.4;
  margin-bottom: 1rem;
}

.price-header .price {
  font-size: 1.6rem;
  font-weight: bold;
}

.price-header .price span {
  font-size: 0.8rem;
  font-weight: normal;
  margin-left: 4px;
}

.price-list {
  list-style: none;
  padding: 1.2rem;
  margin: 0;
  font-size: 0.95rem;
  line-height: 1.8;
}



