/* Scss Document */
/* Scss Document */
.page_ttl {
  background: url("../images/product/page_ttl_bg.jpg") top center no-repeat;
}

@media screen and (max-width: 640px) {
  .page_ttl {
    background-size: auto 100%;
  }
}
.product .product_catch {
  margin-bottom: 70px;
  font-size: 3.0rem;
  font-weight: 700;
  text-align: center;
}

@media screen and (max-width: 640px) {
  .product .product_catch {
    margin-bottom: calc((80/760)*100vw);
    font-size: calc((40/760)*100vw);
  }
}
.product .product_text_01 {
  margin-top: 1.5em;
  font-size: 1.8rem;
  line-height: 1.8;
}

@media screen and (max-width: 640px) {
  .product .product_text_01 {
    font-size: calc((30/760)*100vw);
  }
}
.product .content.blue .product_catch {
  color: #07335d;
}

.product .content.brown .product_catch {
  color: #5d3107;
}

.planning .planning_list {
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: flex;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  -o-align-items: flex-start;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 80px;
}

@media screen and (max-width: 640px) {
  .planning .planning_list {
    display: block;
    margin-bottom: calc((80/760)*100vw);
  }
}
.planning .planning_list li {
  width: 280px;
}

@media screen and (max-width: 640px) {
  .planning .planning_list li {
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    -o-display: flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    width: 100%;
    margin-bottom: calc((80/760)*100vw);
  }
}
@media screen and (max-width: 640px) {
  .planning .planning_list li:nth-child(odd) .planning_list_img {
    order: 2;
  }
}
@media screen and (max-width: 640px) {
  .planning .planning_list li:nth-child(odd) .planning_list_textarea {
    order: 1;
  }
}
@media screen and (max-width: 640px) {
  .planning .planning_list li:last-child {
    margin-bottom: 0;
  }
}
.planning .planning_list_img {
  margin-bottom: 40px;
}

@media screen and (max-width: 640px) {
  .planning .planning_list_img {
    width: calc((300/760)*100vw);
    margin: 0 calc((40/760)*100vw) 0 0;
  }
}
.planning .planning_list_ttl {
  margin: 0 0 20px;
  color: #07335d;
}

@media screen and (max-width: 640px) {
  .planning .planning_list_ttl {
    margin-bottom: calc((30/760)*100vw);
  }
}
@media screen and (max-width: 640px) {
  .planning .planning_list_textarea {
    width: calc((380/760)*100vw);
  }
}
.planning .planning_list_text {
  font-size: 1.8rem;
  line-height: 1.8;
}

@media screen and (max-width: 640px) {
  .planning .planning_list_text {
    font-size: calc((24/760)*100vw);
    line-height: 1.6;
  }
}
.planning .planning_column {
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: flex;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  -o-align-items: flex-start;
  align-items: flex-start;
}
@media screen and (max-width: 640px) {
  .planning .planning_column {
    display: block;
  }
}
.planning .planning_column_img {
  width: 750px;
  z-index: 2;
}
@media screen and (max-width: 640px) {
  .planning .planning_column_img {
    width: calc((600/760)*100vw);
  }
}
.planning .planning_column_textarea {
  width: 640px;
  margin: 145px 0 0 -160px;
  padding: 80px 40px 80px 205px;
  background: #07335d;
  z-index: 1;
}
@media screen and (max-width: 640px) {
  .planning .planning_column_textarea {
    width: calc((650/760)*100vw);
    margin: calc((-100/760)*100vw) 0 0 auto;
    padding: calc((140/760)*100vw) calc((40/760)*100vw) calc((70/760)*100vw);
  }
}
.planning .planning_column_ttl {
  margin-bottom: 30px;
  font-size: 3.0rem;
  font-weight: 700;
  color: #FFF;
  line-height: 1.2;
}
@media screen and (max-width: 640px) {
  .planning .planning_column_ttl {
    margin-bottom: calc((30/760)*100vw);
    font-size: calc((40/760)*100vw);
    line-height: 1.6;
  }
}
.planning .planning_column_text {
  color: #FFF;
  font-size: 2.0rem;
  line-height: 2.0;
}
@media screen and (max-width: 640px) {
  .planning .planning_column_text {
    font-size: calc((30/760)*100vw);
  }
}

.technology .mttl {
  color: #5d3107;
}
.technology .mttl .small {
  font-size: 2.0rem;
  font-weight: 500;
}
@media screen and (max-width: 640px) {
  .technology .mttl .small {
    font-size: calc((30/760)*100vw);
  }
}
.technology .tech_nav ul {
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: flex;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  -o-align-items: flex-start;
  align-items: flex-start;
  justify-content: space-between;
}
@media screen and (max-width: 640px) {
  .technology .tech_nav ul {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: center;
  }
}
.technology .tech_nav li {
  width: 158px;
}
@media screen and (max-width: 640px) {
  .technology .tech_nav li {
    width: calc((170/760)*100vw);
    margin: 0 calc((5/760)*100vw);
  }
}
.technology .tech_nav li a {
  position: relative;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  justify-content: center;
  height: 158px;
  padding-top: 30px;
  background: #FFF;
  border: #CDC0B4 10px solid;
  border-radius: 100px;
  color: #5d3107;
  font-size: 2.0rem;
  font-weight: bold;
}
@media screen and (max-width: 640px) {
  .technology .tech_nav li a {
    height: calc((170/760)*100vw);
    padding-top: calc((50/760)*100vw);
    border: #CDC0B4 calc((10/760)*100vw) solid;
    font-size: calc((30/760)*100vw);
  }
}
.technology .tech_nav li a:after {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  content: '';
  width: 0;
  height: 0;
  border: transparent 5px solid;
  border-top: #5d3107 7px solid;
}
@media screen and (max-width: 640px) {
  .technology .tech_nav li a:after {
    bottom: calc((10/760)*100vw);
    border: transparent calc((7/760)*100vw) solid;
    border-top: #5d3107 calc((10/760)*100vw) solid;
  }
}
.technology .tech_nav_ico {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -100%);
  width: 57px;
  height: 46px;
}
@media screen and (max-width: 640px) {
  .technology .tech_nav_ico {
    width: calc((80/760)*100vw);
    height: calc((64/760)*100vw);
  }
}
.technology .tech_ttl {
  clear: both;
  overflow: hidden;
  margin-bottom: 30px;
  font-weight: 700;
  color: #FFF;
  line-height: 1.2;
}
@media screen and (max-width: 640px) {
  .technology .tech_ttl {
    margin-bottom: calc((30/760)*100vw);
  }
}
.technology .tech_ttl_ico {
  float: left;
  width: 91px;
  margin-right: 20px;
}
@media screen and (max-width: 640px) {
  .technology .tech_ttl_ico {
    width: calc((100/760)*100vw);
    margin-right: calc((20/760)*100vw);
  }
}
.technology .tech_ttl .jp {
  margin-bottom: 5px;
  font-size: 5.0rem;
}
@media screen and (max-width: 640px) {
  .technology .tech_ttl .jp {
    margin-bottom: calc((10/760)*100vw);
    font-size: calc((50/760)*100vw);
  }
}
.technology .tech_ttl .en {
  color: #AC9883;
  font-size: 1.4rem;
}
@media screen and (max-width: 640px) {
  .technology .tech_ttl .en {
    font-size: calc((20/760)*100vw);
  }
}
.technology .tech_ttl_wrap {
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: flex;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  -o-align-items: flex-start;
  align-items: flex-start;
}
@media screen and (max-width: 640px) {
  .technology .tech_ttl_wrap {
    display: block;
  }
}
.technology .tech_ttl_img {
  position: relative;
  width: 1000px;
  z-index: 1;
}
@media screen and (max-width: 640px) {
  .technology .tech_ttl_img {
    width: 100%;
  }
}
.technology .tech_ttl_textarea {
  position: relative;
  width: 640px;
  margin: 200px 0 0 -360px;
  padding: 70px 60px;
  background: #5d3107;
  z-index: 2;
}
@media screen and (max-width: 640px) {
  .technology .tech_ttl_textarea {
    width: calc((600/760)*100vw);
    margin: calc((-150/760)*100vw) auto 0;
    padding: calc((50/760)*100vw) calc((30/760)*100vw);
  }
}
.technology .tech_ttl_text {
  color: #FFF;
  font-size: 2.0rem;
  line-height: 2.0;
}
@media screen and (max-width: 640px) {
  .technology .tech_ttl_text {
    font-size: calc((30/760)*100vw);
  }
}
.technology #dannetsu .tech_ttl_img, .technology #taikyu .tech_ttl_img, .technology #shouene .tech_ttl_img, .technology #hosho .tech_ttl_img {
  order: 2;
}
@media screen and (max-width: 640px) {
  .technology #dannetsu .tech_ttl_img, .technology #taikyu .tech_ttl_img, .technology #shouene .tech_ttl_img, .technology #hosho .tech_ttl_img {
    order: 1;
  }
}
.technology #dannetsu .tech_ttl_textarea, .technology #taikyu .tech_ttl_textarea, .technology #shouene .tech_ttl_textarea, .technology #hosho .tech_ttl_textarea {
  order: 1;
  margin: 200px -360px 0 0;
}
@media screen and (max-width: 640px) {
  .technology #dannetsu .tech_ttl_textarea, .technology #taikyu .tech_ttl_textarea, .technology #shouene .tech_ttl_textarea, .technology #hosho .tech_ttl_textarea {
    order: 2;
    margin: calc((-150/760)*100vw) auto 0;
  }
}
.technology .tech_content {
  padding: 80px 0 0;
}
@media screen and (max-width: 640px) {
  .technology .tech_content {
    padding-top: calc((100/760)*100vw);
  }
}
.technology .tech_list {
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  -o-align-items: flex-start;
  align-items: flex-start;
  justify-content: space-between;
}
@media screen and (max-width: 640px) {
  .technology .tech_list {
    display: block;
  }
}
.technology .tech_list li {
  width: 390px;
  margin-top: 40px;
}
@media screen and (max-width: 640px) {
  .technology .tech_list li {
    width: 100%;
    margin-top: calc((80/760)*100vw);
  }
}
.technology .tech_list li.wide {
  width: 100%;
}
.technology .tech_list_ttl {
  margin-bottom: 20px;
  color: #5d3107;
  font-size: 2.0rem;
  left: 1.2;
  text-align: center;
}
@media screen and (max-width: 640px) {
  .technology .tech_list_ttl {
    margin-bottom: calc((20/760)*100vw);
    font-size: calc((36/760)*100vw);
  }
}
.technology .tech_list_img {
  margin-bottom: 20px;
}
@media screen and (max-width: 640px) {
  .technology .tech_list_img {
    width: calc((590/760)*100vw);
    margin: 0 auto calc((30/760)*100vw);
  }
}
.technology .tech_list_text {
  font-size: 1.8rem;
  line-height: 1.8;
}
@media screen and (max-width: 640px) {
  .technology .tech_list_text {
    font-size: calc((26/760)*100vw);
    line-height: 1.6;
  }
}

.rooftop .mttl {
  color: #07335d;
}
.rooftop .rooftop_column {
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: flex;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  -o-align-items: flex-start;
  align-items: flex-start;
  margin-bottom: 105px;
}
@media screen and (max-width: 640px) {
  .rooftop .rooftop_column {
    display: block;
    margin-bottom: calc((85/760)*100vw);
  }
}
.rooftop .rooftop_column_img {
  width: 750px;
  z-index: 2;
}
@media screen and (max-width: 640px) {
  .rooftop .rooftop_column_img {
    width: 100%;
  }
}
.rooftop .rooftop_column_textarea {
  width: 640px;
  margin: 145px 0 0 -160px;
  padding: 80px 40px 80px 205px;
  background: #07335d;
  z-index: 1;
}
@media screen and (max-width: 640px) {
  .rooftop .rooftop_column_textarea {
    width: calc((650/760)*100vw);
    margin: 0 0 0 auto;
    padding: calc((40/760)*100vw) calc((30/760)*100vw) calc((70/760)*100vw);
  }
}
.rooftop .rooftop_column_ttl {
  margin-bottom: 30px;
  font-size: 3.0rem;
  font-weight: 700;
  color: #FFF;
  line-height: 1.2;
}
@media screen and (max-width: 640px) {
  .rooftop .rooftop_column_ttl {
    margin-bottom: calc((30/760)*100vw);
    font-size: calc((40/760)*100vw);
  }
}
.rooftop .rooftop_column_text {
  color: #FFF;
  font-size: 2.0rem;
  line-height: 2.0;
}
@media screen and (max-width: 640px) {
  .rooftop .rooftop_column_text {
    font-size: calc((30/760)*100vw);
  }
}
.rooftop .rooftop_list01 {
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: flex;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  -o-align-items: flex-start;
  align-items: flex-start;
  justify-content: space-between;
}
@media screen and (max-width: 640px) {
  .rooftop .rooftop_list01 {
    display: block;
  }
}
.rooftop .rooftop_list01 li {
  width: 280px;
}
@media screen and (max-width: 640px) {
  .rooftop .rooftop_list01 li {
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    -o-display: flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    margin-bottom: calc((50/760)*100vw);
  }
}
@media screen and (max-width: 640px) {
  .rooftop .rooftop_list01 li:first-child {
    margin-top: 0;
  }
}
@media screen and (max-width: 640px) {
  .rooftop .rooftop_list01_img {
    width: 30%;
  }
}
@media screen and (max-width: 640px) {
  .rooftop .rooftop_list01_textarea {
    width: 66%;
  }
}
.rooftop .rooftop_list01_ttl {
  margin: 30px 0 20px;
  color: #07335d;
  font-size: 2.4rem;
  font-weight: 700;
  text-align: center;
  line-height: 1.2;
}
@media screen and (max-width: 640px) {
  .rooftop .rooftop_list01_ttl {
    margin: 0 0 calc((20/760)*100vw);
    font-size: calc((40/760)*100vw);
    text-align: left;
  }
}
.rooftop .rooftop_list01_text {
  font-size: 1.8rem;
  line-height: 1.8;
  letter-spacing: 0;
}
@media screen and (max-width: 640px) {
  .rooftop .rooftop_list01_text {
    font-size: calc((28/760)*100vw);
  }
}
.rooftop .rooftop_list02 {
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  -o-align-items: flex-start;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 150px;
}
@media screen and (max-width: 640px) {
  .rooftop .rooftop_list02 {
    margin-bottom: calc((85/760)*100vw);
  }
}
.rooftop .rooftop_list02 li {
  position: relative;
}
.rooftop .rooftop_list02 li:nth-child(odd) {
  width: 800px;
}
@media screen and (max-width: 640px) {
  .rooftop .rooftop_list02 li:nth-child(odd) {
    width: calc((465/760)*100vw);
  }
}
.rooftop .rooftop_list02 li:nth-child(even) {
  width: 600px;
  margin-left: -170px;
}
@media screen and (max-width: 640px) {
  .rooftop .rooftop_list02 li:nth-child(even) {
    width: calc((350/760)*100vw);
    margin-left: calc((-95/760)*100vw);
  }
}
.rooftop .rooftop_list02 li:nth-child(1) .rooftop_list02_ttl {
  top: 0;
  right: -30px;
  transform: translateX(100%);
}
@media screen and (max-width: 640px) {
  .rooftop .rooftop_list02 li:nth-child(1) .rooftop_list02_ttl {
    right: calc((-20/760)*100vw);
  }
}
.rooftop .rooftop_list02 li:nth-child(2) {
  margin-top: 360px;
}
@media screen and (max-width: 640px) {
  .rooftop .rooftop_list02 li:nth-child(2) {
    margin-top: calc((210/760)*100vw);
  }
}
.rooftop .rooftop_list02 li:nth-child(2) .rooftop_list02_ttl {
  top: -20px;
  right: 0;
  transform: translateY(-100%);
}
@media screen and (max-width: 640px) {
  .rooftop .rooftop_list02 li:nth-child(2) .rooftop_list02_ttl {
    top: calc((-10/760)*100vw);
  }
}
.rooftop .rooftop_list02 li:nth-child(3) {
  margin-top: -60px;
}
@media screen and (max-width: 640px) {
  .rooftop .rooftop_list02 li:nth-child(3) {
    margin-top: calc((-60/760)*100vw);
  }
}
.rooftop .rooftop_list02 li:nth-child(3) .rooftop_list02_ttl {
  top: -20px;
  left: 0;
  transform: translateY(-100%);
}
@media screen and (max-width: 640px) {
  .rooftop .rooftop_list02 li:nth-child(3) .rooftop_list02_ttl {
    top: calc((-10/760)*100vw);
  }
}
.rooftop .rooftop_list02 li:nth-child(4) {
  margin-top: 160px;
}
@media screen and (max-width: 640px) {
  .rooftop .rooftop_list02 li:nth-child(4) {
    margin-top: calc((125/760)*100vw);
  }
}
.rooftop .rooftop_list02 li:nth-child(4) .rooftop_list02_ttl {
  top: -20px;
  right: 0;
  transform: translateY(-100%);
}
@media screen and (max-width: 640px) {
  .rooftop .rooftop_list02 li:nth-child(4) .rooftop_list02_ttl {
    top: calc((-10/760)*100vw);
  }
}
.rooftop .rooftop_list02 li:nth-child(5) {
  margin-top: -45px;
}
@media screen and (max-width: 640px) {
  .rooftop .rooftop_list02 li:nth-child(5) {
    margin-top: calc((-25/760)*100vw);
  }
}
.rooftop .rooftop_list02 li:nth-child(5) .rooftop_list02_ttl {
  top: 50%;
  right: -30px;
  transform: translate(100%, -50%);
}
@media screen and (max-width: 640px) {
  .rooftop .rooftop_list02 li:nth-child(5) .rooftop_list02_ttl {
    right: calc((-20/760)*100vw);
  }
}
.rooftop .rooftop_list02 li:nth-child(6) {
  margin-top: 380px;
}
@media screen and (max-width: 640px) {
  .rooftop .rooftop_list02 li:nth-child(6) {
    margin-top: calc((220/760)*100vw);
  }
}
.rooftop .rooftop_list02 li:nth-child(6) .rooftop_list02_ttl {
  bottom: 0;
  left: -30px;
  transform: translateX(-100%);
}
@media screen and (max-width: 640px) {
  .rooftop .rooftop_list02 li:nth-child(6) .rooftop_list02_ttl {
    left: calc((-30/760)*100vw);
  }
}
.rooftop .rooftop_list02_ttl {
  position: absolute;
  color: #8399AD;
  font-size: 5.0rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.2;
}
@media screen and (max-width: 640px) {
  .rooftop .rooftop_list02_ttl {
    font-size: calc((30/760)*100vw);
  }
}
.rooftop .rooftop_list03 {
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  -o-align-items: flex-start;
  align-items: flex-start;
  justify-content: space-between;
  margin: 70px 0 0;
}
@media screen and (max-width: 640px) {
  .rooftop .rooftop_list03 {
    margin: calc((45/760)*100vw) 0 0;
  }
}
.rooftop .rooftop_list03 li {
  position: relative;
  width: 390px;
  margin-top: 65px;
}
@media screen and (max-width: 640px) {
  .rooftop .rooftop_list03 li {
    width: 100%;
    margin-top: calc((60/760)*100vw);
  }
}
.rooftop .rooftop_list03 li:nth-child(-n+3) {
  margin-top: 0;
}
@media screen and (max-width: 640px) {
  .rooftop .rooftop_list03 li:nth-child(-n+3) {
    margin-top: calc((60/760)*100vw);
  }
}
@media screen and (max-width: 640px) {
  .rooftop .rooftop_list03 li:first-child {
    margin-top: 0;
  }
}
.rooftop .rooftop_list03_lttl {
  position: absolute;
  top: 10%;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  color: #FFF;
  font-weight: 700;
  font-size: 5.0rem;
  line-height: 1.1;
  text-align: center;
}
@media screen and (max-width: 640px) {
  .rooftop .rooftop_list03_lttl {
    top: 15%;
    font-size: calc((92/760)*100vw);
  }
}
.rooftop .rooftop_list03_lttl .small {
  font-size: 3.0rem;
}
@media screen and (max-width: 640px) {
  .rooftop .rooftop_list03_lttl .small {
    font-size: calc((55/760)*100vw);
  }
}
.rooftop .rooftop_list03_mttl {
  margin-bottom: 20px;
  padding: .3em;
  background: #07335d;
  color: #FFF;
  font-size: 2.4rem;
  font-weight: 700;
  text-align: center;
  line-height: 1.2;
  letter-spacing: 0;
}
@media screen and (max-width: 640px) {
  .rooftop .rooftop_list03_mttl {
    margin-bottom: calc((20/760)*100vw);
    font-size: calc((40/760)*100vw);
  }
}
.rooftop .rooftop_list03_sttl {
  margin-bottom: 20px;
  color: #07335d;
  font-size: 2.4rem;
  font-weight: 700;
  text-align: center;
  line-height: 1.2;
  letter-spacing: 0;
}
@media screen and (max-width: 640px) {
  .rooftop .rooftop_list03_sttl {
    margin-bottom: calc((20/760)*100vw);
    font-size: calc((42/760)*100vw);
  }
}
.rooftop .rooftop_list03_img {
  display: block;
  margin-bottom: 20px;
}
@media screen and (max-width: 640px) {
  .rooftop .rooftop_list03_img {
    width: calc((390/760)*100vw);
    margin: 0 auto calc((30/760)*100vw);
  }
}
.rooftop .rooftop_list03_text {
  font-size: 1.8rem;
  line-height: 1.8;
  letter-spacing: 0;
}
@media screen and (max-width: 640px) {
  .rooftop .rooftop_list03_text {
    font-size: calc((30/760)*100vw);
    line-height: 1.85;
  }
}
.rooftop .rooftop_list03_note {
  margin-top: 20px;
  font-size: 1.3rem;
  text-align: center;
}
@media screen and (max-width: 640px) {
  .rooftop .rooftop_list03_note {
    margin-top: calc((30/760)*100vw);
    font-size: calc((24/760)*100vw);
  }
}

.warranty .warranty_content_wrap {
  padding: 0 60px 50px;
  background: rgba(255, 255, 255, 0.5);
}

@media screen and (max-width: 640px) {
  .warranty .warranty_content_wrap {
    padding: 0 calc((30/760)*100vw) calc((30/760)*100vw);
  }
}
.warranty .warranty_ttl {
  margin: 60px 0 40px;
  text-align: center;
}

@media screen and (max-width: 640px) {
  .warranty .warranty_ttl {
    margin: calc((80/760)*100vw) 0 calc((60/760)*100vw);
  }
}
@media screen and (max-width: 640px) {
  .warranty .warranty_ttl.mamorisumai {
    width: calc((420/760)*100vw);
    margin: calc((80/760)*100vw) auto calc((60/760)*100vw);
  }
}
@media screen and (max-width: 640px) {
  .warranty .warranty_ttl.jhs {
    width: 100%;
    margin: calc((80/760)*100vw) auto calc((60/760)*100vw);
  }
}
@media screen and (max-width: 640px) {
  .warranty .warranty_ttl.tose {
    width: calc((600/760)*100vw);
    margin: calc((80/760)*100vw) auto calc((60/760)*100vw);
  }
}
.warranty .warranty_wrap {
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: flex;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  -o-align-items: flex-start;
  align-items: flex-start;
  justify-content: space-between;
}

@media screen and (max-width: 640px) {
  .warranty .warranty_wrap {
    display: block;
  }
}
.warranty .warranty_img {
  width: 250px;
}

@media screen and (max-width: 640px) {
  .warranty .warranty_img {
    width: 60vw;
    margin: 0 auto;
  }
}
.warranty .warranty_textarea {
  width: 840px;
}

@media screen and (max-width: 640px) {
  .warranty .warranty_textarea {
    width: 100%;
    margin-bottom: calc((30/760)*100vw);
  }
}
.warranty .warranty_textarea .mttl {
  margin-top: 0;
  color: #5d3107;
  text-align: left;
}

.reform .reform_wrap {
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: flex;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  -o-align-items: flex-start;
  align-items: flex-start;
  justify-content: space-between;
}

@media screen and (max-width: 640px) {
  .reform .reform_wrap {
    display: block;
  }
}
.reform .reform_img {
  width: 750px;
}

@media screen and (max-width: 640px) {
  .reform .reform_img {
    width: 100%;
    margin-bottom: calc((40/760)*100vw);
  }
}
.reform .reform_textarea {
  width: 425px;
}

@media screen and (max-width: 640px) {
  .reform .reform_textarea {
    width: 100%;
    margin-bottom: calc((40/760)*100vw);
  }
}
.reform .reform_textarea .mttl {
  margin-top: 0;
  color: #07335d;
  text-align: left;
}

.reform .reform_flow {
  margin: 115px 0;
}

@media screen and (max-width: 640px) {
  .reform .reform_flow {
    margin: calc((80/760)*100vw) 0;
  }
}
