@charset "utf-8";

@media screen and (min-width : 769px){
/*------------------------------------------------------------------------------------------
*
*
    /webcatalog/styling/3d/
    Responsive / PC
*
*
------------------------------------------------------------------------------------------ */

.section_inner{
    padding: 0 0 0 35px;
}

.section_inner .head_title{
    margin: -20px 0 40px -60px;
}
.caution{
    margin: 20px 0px 0px 0;
    font-size: 13px;
    text-align: center;
    color: #da4058;
}
#section_survey .section_survey{margin-top:0}

/* 3D View iframe style*/
#iframeWrap-parent {
    width: 100%; 
    max-width: 900px;
      margin-left: auto;
      margin-right: auto;
  } 
  
  #iframeWrap-child {
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 0;
    /* 以下タテヨコ比（アスペクト比） */
    padding-top: 60%;
  }
  #iframeWrap-child iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
 }
