@charset "UTF-8";
/* ------------------------
Design Studio Doors CSS home.css 2025.09.11
---------------------------*/

.mv {
    display:block;
    position : relative;
}

.mv-bg img {
    width : 100%;
}

.mv-logo {
  position : absolute;
  left : 0;
  top : 0;
}

.mv__2,
.mv-txt,
.mv-copy {
  position : absolute;
  left : 0;
  top : 0;
  width : 100%;
  opacity : 0;
  filter:blur(10px);
  transition : 2.5s;
}

.mv__3 {
  position : absolute;
  left : 0;
  top : 0;
  width : 100%;
  opacity : 0;
  transition : 2.5s;
}

.mv__2.on,
.mv__3.on,
.mv-logo.on,
.mv-txt.on,
.mv-copy.on {
  filter:blur(0);
  opacity: 1;
}

.mv-logo {
    width : calc(77 / 1366 * 100%);
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    -webkit- transform: translateY(-50%) translateX(-50%);
    writing-mode: vertical-rl;
    font-fauture-settings:initial;
    -webkit-font-feature-settings: initial;
    -moz-font-feature-settings: initial;
    font-size : 31px;
    line-height : 1;
}

@media screen and (max-width: 767px) {
  .mv-logo {
    font-size : 28px;
    display : inline-block;
    height : 100%;
    text-align : center;
    width : auto;
    padding-top : 10%;
  }
}

.mv-logo span {
  padding-bottom : 10px;
}

.mv-copy {
    width : calc(465 / 1366 * 100%);
    top : calc(100 / 630 * 100%);
    left : calc(100 / 1366 * 100%);
}

.meritarea {
    background : #000;
    padding : 20px;
}

.meritarea img {
  display : block;
  width: 1215px;
  margin : 0 auto;
}

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

.bg-green {
    /*background : #151f24;*/
  background : url(../img/bg-green_pc.jpg) no-repeat;
  background-size : cover;
}

.feature-item {
  width : 1150px;
  max-width : calc(100% - 30px);
  margin : 0 auto;
  position : relative;
}

.txt-con {
  width : 280px;
}

@media screen and (max-width: 767px) {
  .txt-con {
    width : 100%;
  }
}

.txt-con__ttl {
  font-family: "Cormorant", serif;
  font-size : 24px;
  margin-top : 40px;
  margin-bottom : 40px;
  line-height : 1;
}

.txt-con__copy {
  font-size : 20px;
  line-height : 1;
  margin-bottom : 40px;
}

.txt-con__copy:after {
  content : "";
  width : 50px;
  height : 1px;
  background : #000;
  display : block;
  margin-top : 40px;
}

.txt-con__ttl {
  padding : 0;
  margin : 0 0 20px;
}

.txt-con__txt {
  font-size : 13px;
  line-height : 2;
  margin-bottom : 40px;
}

.txt-con a {
  display : block;
  background : #000;
  padding : 10px;
  text-align : center;
  color : #fff;
  font-size: 14px;
}


.con-location {
  padding : 40px 0 0;
  width : 1126px;
  max-width : 100%;
  display : flex;
  justify-content : space-between;
  flex-direction:column;
  position : relative;
  padding-bottom : 100px;
}

.con-location .cap.cap-under-right {
  color : #fff;
}

.higashi__images {
  position : absolute;
  top : 0;
  left : 0;
  width : calc(638 / 1126 * 100%);
  display : flex;
  flex-direction : column;
}

@media screen and (max-width: 767px) {
  .con-location .cap.cap-under-right {
    padding : 0 5px;
  }
  .higashi__images {
    position : relative;
    order : 2;
    width : 100%;
  }
}

@media screen and (min-width: 768px) {
  .higashi__img2 {
    order : 1;
  }
  .higashi__img1 {
    order : 2;
  }
}

.higashi__img1,
.higashi__img2 {
  position : relative;
  z-index : 1;
}

.higashi__img1 {
  width : calc(207 / 642 * 100%);
  margin-left : 60px;
  margin-top : 40px;
}

.higashi__img2 {
  width : calc(609 / 642 * 100%);
  margin-left : 40px;
  margin-top : 40px;
}

@media screen and (max-width: 767px) {
  .higashi__img1 {
    width : calc(260 / 780 * 100%);
    margin-left: 0;
  }
  .higashi__img2 {
    width : 100%;
    margin-left: 0 ;
  }
  .higashi__img3 {
    width : calc(397 / 780 * 100%);
    margin : 60px 0 40px auto;
  }
}

.con-location__image {
  width : calc(722 / 1126 * 100%);
  margin-left : auto;
}

.higashi__contents {
  width : calc(400 / 1126 * 100%);
  margin-left : auto;
}

@media screen and (max-width: 767px) {
  .con-location__image {
    order : 3;
  }
  .higashi__contents {
    order : 1;
    width : 100%;
  }
}

.con-location__contents {
  color : #fff;
  margin : 60px auto;
}

.con-location__contents .txt-con__copy:after {
  background : #fff;
}

@media screen and (max-width: 767px) {
  .con-location {
    flex-direction : column;
    max-width : 100%;
  }
  .con-location__image {
      order : 2;
      width : 100%;
  }
  .con-location__contents {
        max-width : calc(100% - 30px);
        margin : 0 auto 40px;
  }
}

.higashi__ttl {
  position : absolute;
  top : 0;
  left: 0;
  writing-mode: vertical-rl;
  font-fauture-settings:initial;
  -webkit-font-feature-settings: initial;
  -moz-font-feature-settings: initial;
  font-size : 77px;
  color : #fff;
  z-index: 4;
  line-height : 1;
}

.higashi__ttl span {
  padding-bottom : 20px;
}

@media screen and (max-width: 767px) {
  .higashi__ttl {
    left : auto;
    right : calc(97 / 780 * 100%);
    top: calc(320 / 780 * 100vw);
    line-height : 1;
  }
}

.bg-gray {
  background : #d2d2d2;
  position : relative;
  overflow : hidden;
  padding: 100px 0;
}

@media screen and (max-width: 767px) {
  .bg-gray {
    padding : 50px 0;
  }
}

.bg-gray:before {
  content : "";
  width : calc(1155 / 1366 * 100vw);
  height : calc(1155 / 1366 * 100vw);
  background: radial-gradient(ellipse at center,  rgba(255,255,255,1) 0%,rgba(210,210,210,0) 70%);
  display : bloock;
  position : absolute;
  left: calc(-350 / 1366 * 100vw);
  top : calc(-465 / 1366 * 100vw);
  z-index : 0;
}

.bg-gray:after {
  content : "";
  width : calc(746 / 1366 * 100vw);
  height : calc(746 / 1366 * 100vw);
  background: radial-gradient(ellipse at center,  rgba(255,255,255,1) 0%,rgba(210,210,210,0) 70%);
  display : bloock;
  position : absolute;
  right: calc(-230 / 1366 * 100vw);
  top : calc(740 / 1366 * 100vw);
  z-index : 0;
}

.bg-gray > div {
  position : relative;
  z-index : 1;
}

.con-access {
  width : 1120px;
  max-width : 100%;
  margin : 0 auto;
}

.con-access:before {
  content : "";
  display : block;
  padding-bottom : calc(1110 / 1120 * 100%);
}

.con-access > div {
  position : absolute;
}

.con-access__contents {
  width : 300px;
  left : calc(400 / 1120 * 100%);
  top : calc(52 / 1110 * 100%);
}

@media screen and (max-width: 767px) {
  .con-access:before {
    content : none;
  }
  .con-access > div {
    position: relative;
  }
  .con-access__contents {
    width : calc(100% - 30px);
    margin : 0 auto calc(130 / 780 * 100vw);
    left: 0;
    top: 0;
  }
}

.feature-con__itemimg-txt {
  position : absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit- transform: translateY(-50%) translateX(-50%);
  width : auto;
  height : 234px;
}

.con-access__image:before {
  content : "";
  background : rgba(0,0,0,.3);
  width : 100%;
  height : 100%;
  display : block;
  position : absolute;
  left : 0;
  top : 0;
}

.access-fushimi {
  width : calc(327 / 1120 * 100%);
  left : calc(0 / 1120 * 100%);
  top : calc(85 / 1110 * 100%);
}

.access-nagoya {
  width : calc(327 / 1120 * 100%);
  right : calc(0 / 1120 * 100%);
  top : calc(0 / 1110 * 100%);
}

.access-kanayama {
  width : calc(220 / 1120 * 100%);
  left : calc(22 / 1120 * 100%);
  bottom : calc(0 / 1110 * 100%);
}

.access-hisaya {
  width : calc(266 / 1120 * 100%);
  left : calc(286 / 1120 * 100%);
  bottom : calc(170 / 1110 * 100%);
}

.access-sakae {
  width : calc(430 / 1120 * 100%);
  right : calc(58 / 1120 * 100%);
  bottom : calc(132 / 1110 * 100%);
}

@media screen and (max-width: 767px) {
  .feature-con__itemimg-txt {
    height: calc(432 / 780 * 100vw);
  }
  .access-fushimi {
    width : calc(593 / 780 * 100vw);
    margin-bottom : calc(118 / 780 * 100vw);
  }
  
  .access-nagoya {
    width : calc(593 / 780 * 100vw);
    margin-left : auto;
    margin-bottom : calc(118 / 780 * 100vw);
  }
  
  .access-kanayama {
    width : calc(399 / 780 * 100vw);
    margin-bottom : calc(118 / 780 * 100vw);
    margin : 0 calc(80 / 780 * 100vw) 0 auto;
  }
  
  .access-hisaya {
    width : calc(482 / 780 * 100vw);
    margin-bottom : calc(118 / 780 * 100vw);
  }
  
  .access-sakae {
    width : 100%;
    margin-bottom : calc(118 / 780 * 100vw);
  }
}

.con-plan {
  width : 1366px;
  max-width : 100%;
  margin : 0 auto;
}

.con-plan:before {
  content : "";
  display : block;
  padding-bottom: calc(525 / 1366 * 100%);
}

.con-plan__contents {
  left : calc(539 / 1366 * 100%);
  top : calc(50 / 977 * 100%);
}

.con-plan > div {
  position : absolute;
}

@media screen and (max-width: 767px) {
  .con-plan__contents {
    width : calc(100% - 30px);
    left: 0;
    top: 0;
    margin : 0 auto calc(130 / 780 * 100vw);
  }
  .con-plan > div {
    position: relative;
  }
  .con-plan:before {
    padding : 0;
  }
  .con-plan {
    display : flex;
    flex-direction:column;
  }
}


.plan-1 {
  width : calc(191 / 1366 * 100%);
  left : calc(157 / 1366 * 100%);
  top : calc(117 / 977 * 100%);
}

.plan-2 {
  width : calc(383 / 1366 * 100%);
  right : calc(0 / 1366 * 100%);
  top : calc(0 / 977 * 100%);
}

.plan-3 {
  width : calc(495 / 1366 * 100%);
  left : calc(103 / 1366 * 100%);
  bottom : calc(80 / 977 * 100%);
}

.plan-4 {
  width : calc(330 / 1366 * 100%);
  right : calc(310 / 1366 * 100%);
  bottom : calc(0 / 977 * 100%);
}

@media screen and (max-width: 767px) {
  .plan-1 {
    width : calc(301 / 780 * 100vw);
    margin-left : calc(176 / 780 * 100vw);
    margin-bottom : calc(118 / 780 * 100vw);
    order : 3;
  }
  
  .plan-2 {
    width : calc(603 / 780 * 100vw);
    margin-bottom : calc(118 / 780 * 100vw);
    margin-left : auto;
    order : 2;
  }
  
  .plan-3 {
    width : 100%;
    margin-bottom : calc(118 / 780 * 100vw);
    order : 4;
  }
  
  .plan-4 {
    width : calc(489 / 780 * 100%);
    order : 5;
  }
}

/*ordersystem*/

.ordersystem {
  width : 1000px;
  max-width : calc(100% - 30px);
  margin : 0 auto;
}

.order-images,
.con-order__contents {
  display : flex;
  justify-content : space-between;
}

.order-images {
  margin-bottom : 40px;
  padding-top : 100px;
}

.order-images > div {
  width : calc((100% - 10px) / 2);
}

.con-order__contents {
  width : 667px;
  max-width : calc(100% - 30px);
  margin : 0 auto;
  color : #fff;
  position : relative;
}

.order-left {
  width : 48%;
}
  
.order-right {
  width : 40%;
}

@media screen and (max-width: 767px) {
  .order-images {
    display:block;
    padding : 15px 0 0;
  }
  .con-order__contents {
    display:block;
    padding : 0;
    margin : 50px 0 0;
  }
  .order-images > div {
    width : 100%;
    margin-bottom : 20px;
  }
  .order-left,
  .order-right {
    width : 100%;
  }
}

.con-order__contents .txt-con__copy:after {
  content : none;
}

.order-left:after {
  content : "";
  position : absolute;
  display : block;
  background : #fff;
  width : 1px;
  height : 50px;
  left : 50%;
  top : 0;
}

.ordersystem a {
  width : 280px;
  margin : 0 auto;
  display : block;
  background : #000;
  padding : 10px;
  text-align : center;
  color : #fff;
  font-size: 14px;
}

@media screen and (max-width: 767px) {
  .order-left:after {
    height : 1px;
    width : 50px;
    position : static;
    margin-bottom : 40px;
  }
  .ordersystem a {
    width : 100%;
  }
}


/*間取り*/

.ohkarte-floor-plan__content {
    position: relative;
    overflow: hidden;
    /* padding-top: 40px;*/
    max-width: 960px;/*1280px*/
    /*max-width: 620px;*/
    margin: 100px auto 0;
}

.ohkarte-floor-plan__content .txt-con__ttl {
  color : #fff;
  text-align : center;
  margin-bottom : 40px;
}

.ohkarte-floor-plan__contentInner {
    /*overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;*/
    padding: 0 0 30px 0;
}

.ohkarte-floor-plan__contentInner::-webkit-scrollbar {
  display: none;
}

.ohkarte-floor-plan__items {
    display: flex;
    white-space: nowrap;
    font-size: 0;
    margin-left: 0;
    font-size: 20px;
    justify-content: center;
}

.ohkarte-floor-plan__item {
    display: flex;
    box-sizing: border-box;
  width: calc(33.3333% - 12px);
  /*width: calc(50% - 12px);*/
    border: 1px solid #DDDDDD;
    margin-right: 12px;
    margin-right: 18px;
    font-size: 1rem;
    vertical-align: top;
    white-space: normal;
}

.ohkarte-floor-plan__item:last-child {
  margin-right: 0;
  position: relative;
}
.ohkarte-floor-plan__item:last-child::after {
  position: absolute;
  top: 0;
  left: 100%;
  width: 15px;
  height: 1px;
  content: '';
}

.ohkarte-floor-planTheme {
    display: block;
    width: 100%;
    padding: 10px 10px 6px;
    box-sizing: border-box;
    background: #c2bec1;
    color: #000;
    /*-webkit-box-shadow: 0 3px 5px rgba(0,0,0,.2);
    box-shadow: 0 3px 5px rgba(0,0,0,.2);*/
}

.ohkarte-floor-planTheme__title {
    width: 100%;
    margin-bottom: 12px;
    /*font-size: 24px;*/
    /*font-family: HiraginoSans-W6;*/
    letter-spacing: 0;
    font-family: UD Reimin Bold JIS2004,Yu Mincho,YuMincho,Hiragino Mincho ProN,"HG明朝E",serif;
}

.ohkarte-floor-planTheme__title .lay {
  border-left: solid 1px #000;
  padding-left : 10px;
  margin-left : 10px;
}

.ohkarte-floor-planTheme__title:first-letter{
    font-size: 30px;
}

.ohkarte-floor-planTheme__image {
    width: 100%;
    height: auto;
    text-align: center;
    box-sizing: border-box;
    /*padding: 10px 25px;*/
    padding: 10px 10px;
    background-color: #fff;
    margin-bottom: 17px;
}

.ohkarte-floor-planTheme__image img {
    width: auto;
    height: 270px;
    -webkit-transition: -webkit-transform .2s ease-in-out;
    transition: -webkit-transform .2s ease-in-out;
    transition: transform .2s ease-in-out;
    transition: transform .2s ease-in-out,-webkit-transform .2s ease-in-out;
}

.ohkarte-floor-planTheme__description {
    overflow: hidden;
    /*font-size: 13px;*/
    line-height: 18px;
    /*font-weight: 700;*/
}

dl:last-child.ohkarte-floor-planDetail__list,
.ohkarte-floor-planDetail__list {
    display:flex;
    width: 100%;
    flex-wrap:wrap;
    margin-top: 10px;
}

.ohkarte-floor-planDetail__item1 {
    width: 35%;
    box-sizing: border-box;
    padding: 0px 5px 0 0;
    margin-bottom: 10px;
    /*font-family: HiraginoSans-W6;*/
    font-size: 12px;
    /*font-weight: 900;*/
    /* color: #333333; */
    letter-spacing: 0;
}

.ohkarte-floor-planDetail__item2 {
    width: 65%;
    min-width: 100px;
    box-sizing: border-box;
    padding: 0 10px 0 3px;
    margin-bottom: 10px;
    /*font-family: HiraginoSans-W3;*/
    font-size: 12px;
    /*font-weight: 900;*/
    /* color: #333333; */
    letter-spacing: 0;
}

.ohkarte-floor-planDetail__item2 strong{
  font-size : 1.4em;
  font-weight:normal;
}

.ohkarte-msds-buttonlist {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.ohkarte-msds-button {
    margin: 0 auto 40px;
    width: 280px;
}

@media screen and (max-width: 767px) {
  .ohkarte-msds-button {
    margin-bottom : 100px;
  }
}

.top-btn-box {
  font-family: "UD Reimin Light", serif;
  background: #fff;
  font-size: 12px;
  text-align: center;
  /*width: 100%;
  height: 35px;*/
  width: 300px;
  display: block;
  margin-top: 16px;
  border-radius: 3px;
}
.top-btn-box:hover {
    opacity: 0.5;
}

.top-btn-box a {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff !important;
  font-size: 1.1rem;
  padding: 10px 0;
  background: #000;
  font-size: 14px;
}

@media screen and (min-width: 766px) {
  
  .ohkarte-floor-plan__content a {
    transition: all 0.3s linear;
  }
  .ohkarte-floor-plan__content a:hover {
    opacity: 0.6;
  }
  
}
@media screen and (max-width: 767px) {
    .ohkarte-floor-plan__content {
        max-width: none;
        margin: inherit;
        margin-top: 100px;
    }
    .ohkarte-floor-plan__contentInner {
        overflow-x: auto;
        overflow-y: hidden;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        /*padding: 0 0 30px 30px;*/
    }
    .ohkarte-floor-plan__items {
        margin-left: 15px;
    }
    .ohkarte-floor-plan__items.left-item {
      justify-content: left;
    }
    .ohkarte-floor-plan__item {
        width: 248px;
    }
    .ohkarte-floor-planTheme {
        width: 248px;
    }
    .ohkarte-floor-planTheme__title {
        font-size: 14px;
    }
    .ohkarte-floor-planTheme__title:first-letter{
        font-size: 18px;
    }
    .ohkarte-floor-planDetail__item1 {
        width: 44%;
        font-size: 12px;
        padding: 0 10px 0 0;
    }
    .ohkarte-floor-planDetail__item2 {
        width: 56%;
        font-size: 13px;
        padding: 0;
    }
    .ohkarte-msds-button {
        width: calc(100% - 50px);
    }
}

/*間取りここまで*/

sub {
      vertical-align: 4px;
      font-size: 12px;
}

.info {
  padding-top: 100px;
  /* background: #151f24; */
  color:#fff;
}

.info__inner {
    width : 1000px;
    max-width : calc(100% - 30px);
    margin : 0 auto;
    padding: 0px 0 120px;
    text-align : center;
}

.info__ttl {
    font-size : 26px;
    padding: 0;
    margin-bottom : 0;
    color: #fff;
    font-family: "Cormorant", serif;
}

.info__text1 {
    font-size: 40px;
    margin: 10px auto 0;
    /* color : #d24648; */
}
.info__text1 small {
  font-size: 10px;
}
.info__text1 span {
  font-size: 28px;
}

.info__text2 {
    font-size: 28px;
    margin: 30px 0 0px;
}
.info__text2 span {
    font-size: 0.85rem;
}

.info__text3 {
    font-size : 32px;
    margin : 30px 0 0;
}
.info__text3 span {
  font-size: 1.6rem;
}

.info__bnts {
    width : 500px;
    max-width : calc(100% - 30px);
    margin : 40px auto 0;
}

.footer-info {
  background: radial-gradient(ellipse at center,  #738cb1 0%,#415f8c 100%);
  padding-top : 50px;
  margin-bottom : 60px;
  color : #fff;
}

.footer-info .info__ttl {
  border-color : #fff;
}

@media screen and (max-width: 768px) {
  .info {
    padding-top: 20px;
  }
  .info-area {
    margin-bottom : 0;
  }
  
  .info__ttl {
      font-size: 24px;
  }
  .info__text1 {
      font-size: 18px;
  }
  .info__text2 {
      font-size: 20px;
  }
  .info__text2 span {
    font-size: 16px;
  }
  .info__text3 {
      font-size : 20px;
  }
  .info__text3 span {
    font-size: 1.2rem;
  }
}

@media screen and (max-width: 767px) {
    .info {
        padding-top : 0px;
        /* background-size : calc(180 / 300 * 100%); */
    }
    .info__inner {
        padding-top : 20px;
        padding-bottom: 40px;
    }
}

/*INFO内*/
.info__price {
    font-size : 46px;
    margin : 0 auto;
  color: #ff4322;
}
.info__price small {
  font-size: 10px;
}
.info__price span {
  font-size: 36px;
}
.info__text-day {
  font-size: 32px;
  line-height: 1.8;
  margin-top: 20px;
}

@media screen and (max-width: 767px) {
  .info__price {
    font-size: 32px;
    line-height: 1.2;
    margin: 20px auto 0;
  }
  .info__price span {
    font-size: 20px;
  }
  .info__text-day {
    font-size: 22px;
  }
}

.info-topics {
  max-width: 600px;
  margin : 0 auto;
  background: #eee;
  padding: 10px 20px;
}

.info_box {
  display : flex;
  flex-wrap : wrap;
  /* justify-content : center; */
  align-items : center;
}

.info-topics__ttl {
  border-right: 1px #511F00 solid;
  /* border-bottom: 1px #511F00 solid; */
  /* padding-right: 20px; */
  padding: 10px 20px 10px 0;
  min-width: 100px;
  color: #511F00;
}

.msn-newsTopics__item {
  flex : 1;
  margin : 0 0 0 20px;
  border : none;
  padding : 0;
}

.msn-newsTopics__date {
  font-weight: bold;
  -ms-flex-preferred-size: 5.5em;
  flex-basis: 5.5em;
  max-width: 5.5em;
  /* color: #df8024; */
  line-height: 1.4;
}
.msn-newsTopics__content {
  font-weight: bold;
  flex: none;
  width: auto;
  flex-grow: 0;
  line-height: 1.4;
  margin-left: 0.5em;
}


@media screen and (max-width: 767px) {
  .info-topics {
    padding : 10px 0;
  }
  .msn-newsTopics__item {
    min-width : auto;
    margin: 0;
  }
  .msn-newsTopics__content {
    margin : 0;
    text-align: left;
  }
  .info-topics__ttl {
    width: 100px;
    padding: 10px;
    margin-right: 10px;
  }
  .info-topics__txt {
    /*flex : 1;*/
  }
}

.con-plan__contents2 {
  width : 1050px;
  max-width : calc(100% - 30px);
  margin : 100px auto 0;
  display : flex;
  flex-wrap : wrap;
  justify-content : space-between;
}

.con-plan__contents2-1 {
  width : calc(395 / 1050 * 100%);
  margin-right : calc(65 / 1050 * 100%);
  padding-top : calc(35 / 1050 * 100%);
}

.con-plan__contents2-2 {
  width : calc(293 / 1050 * 100%);
}

.con-plan__contents2-3 {
  width : calc(277 / 1050 * 100%);
}
  
@media screen and (max-width: 767px) {
  .con-plan__contents2-1 {
    width : 100%;
    margin : 0 0 20px;
  }
  .con-plan__contents2-2 {
  width: calc(355 / 710 * 100%);
  }
  .con-plan__contents2-3 {
    width: calc(338 / 710 * 100%);
  }
}

.con-plan__contents2-img {
  margin-bottom : 15px;
}

.con-plan__contents2-ttl {
  font-size : 17px;
  margin-bottom : 10px;
}

.con-plan__contents2-ttlimg {
  height : 50px;
  display : block;
  margin : 0 auto 10px;;
}

.con-plan__contents2-txt {
  font-size : 13px;
}

.con-plan__contents2-2 .con-plan__contents2-ttlimg,
.con-plan__contents2-2 .con-plan__contents2-txt  {
  padding-left : calc(26 / 293 * 100%);
}

.kado {
  position : relative;
}

.kado_in {
  font-size : 8px;
  position : absolute;
  left : 0;
  bottom: -14px;
  width : 110%;
}