@charset "UTF-8";
/*-------------------------------共通*/
.hidden {
  visibility: hidden;
}

.imgR {
  width: 100%;
}
h2 {
  font-size: 20px;
}
@media screen and (max-width: 480px) {
  h2 {
    font-size: 16px;
  }
 }

h1 {
  line-height: 1.1;
  text-align: center;
  font-size: 24px;
  margin-bottom: 24px;
}
@media screen and (max-width: 480px) {
  h1 {
    margin-bottom: 6px;
  }
}

.spOnly {
  display: none;
}

@media screen and (max-width: 480px) {
  .spNone {
    display: none;
  }
  .spOnly {
    display: block;
  }
 }
*, *:before, *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
}

.vertical {
  writing-mode: vertical-rl;
  letter-spacing: 4px;
}

/* グレーアウト */
.event {
  pointer-events: none;
  position: relative;
}
.event::before {
  background-color: rgba(0, 0, 0, 0.5);
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
/* グレーアウト終わり */

body {
  background-color: #c7e2d5;
  color: #000000;
  font-size: 18px;
  font-weight: normal;
}

#wrapper {
  width: 960px;
  margin: 0 auto;
  padding-top: 35px;
}
  @media screen and (max-width: 480px) {
    #wrapper {
      width: 100%;
      padding-top: 30px;
      padding: 30px 10px 0;
    } 
   }

/* -------------------------------------------------------
header
---------------------------------------------------------- */
header {
  height: 115px;
  padding: 15px;
  background-color: #fff;
  width: 960px;
  margin: 0 auto;
}
@media screen and (max-width: 480px) {
  header{
    height: 120px;
    width: 100%;
  }
}
#english header{
  padding-top: 30px;
  margin-bottom: 25px;
  padding-left: 0px;
  padding-right: 0px;
}
@media screen and (max-width: 480px) {
  #english header{
    padding-top: 10px;
    height: 150px;
  }
 }

#english .one-line{
  line-height: 30px;
}

@media screen and (max-width: 480px) {
  #header {
    display: none;
  }
 }

@media screen and (min-width: 481px) {
  #headerSp {
    display: none;
  }
 }

#header .logo, #headerSp .logo{
  color: #07913b;
  text-decoration: none;
}
#headerSp .logo {
  font-size: 16px;
  margin: 5px 0;
}

.header-box {
  margin-bottom: 35px;
  color: #07913b;
  margin: 0 auto;
}
@media screen and (max-width: 480px) {
  .header-box {
    width: 100%;
    display: block;
  }
 }

#english .header-right {
  margin: 0 auto;
}
@media screen and (max-width: 480px) {
  .header-right {
    width: 100%;
  }
  #english .header-right {
    width: 100%;
  }
 }

.header-left {
  position: relative;
}

@media screen and (max-width: 480px) {
  .header-left {
    margin: 5px 0;
  }
 }

.header-left .x-mark {
  font-size: 36px;
  position: absolute;
  top: 47%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
@media screen and (max-width: 480px) {
  #english .header-left .x-mark {
    font-size: 20px;
    top: 53%;
  }
 }

#menu_bar {
  width: 100%;
  text-align: center;
  height: 22px;
  margin-bottom: 25px;
}
#menu_bar ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  padding: 0;
  background-color: #cdd3d4;
}
@media screen and (max-width: 480px) {
  #menu_bar ul {
    font-size: 12px;
  }
 }
#menu_bar li {
  width: 25%;
  list-style: none;
}
#menu_bar li:last-child {
  border: none;
}
#menu_bar li a {
  display: inline-block;
  text-decoration: none;
  padding: 5px 0;
  width: 100%;
  transition: 0.5s;
  color: #000;
}
@media screen and (max-width: 480px) {
  #english #menu_bar li a {
    font-size: 10px;
  }
}
#menu_bar li a:hover {
  color: #fff;
  background-color: #777;
  transition: 0.2s;
}

#current {
  background-color: #D5D52B;
}

/* 言語切り替えスイッチ */
.header-box {
  position: relative;
}
@media screen and (max-width: 480px) {
  .header-box {
    margin-top: 20px;
  }
 }
#english #ja-en-box {
  position: absolute;
  top: -15px;
  right: 10px;
}
#ja-en-box {
  position: absolute;
  top: 0;
  right: 10px;
}
#ja-en-box ul {
  background-color: #fff;
}
@media screen and (max-width: 480px) {
  #ja-en-box {
    top: -25px;
  }
 }
 #ja-en-box ul li a{
  width: 100%;
  padding: 0 6px;
  color: #000;
  display: inline-block;
  text-decoration: none;
  font-weight: normal;
  font-size: 14px;
}
 #ja-en-box ul li{
  width: 100%;
}

/* -------------------------------------------------------
footer
---------------------------------------------------------- */
footer {
  text-align: center;
  margin-bottom: 30px;
  border-top: 1px dashed #111;
  padding-top: 20px;
}
  @media screen and (max-width: 480px) {
    footer {
      font-size: 14px;
    }
  }
footer ul {
  display: flex;
  justify-content: center;
  padding-left: 0;
  margin-bottom: 15px;
}
footer ul li {
  list-style: none;
  margin-right: 20px;
  border-right: 1px solid #000;
  padding-right: 20px;
}
  @media screen and (max-width: 480px) {
    footer ul li{
      margin-right: 10px;
      padding-right: 10px;
    }
  }
footer ul li:last-child{
  margin-right: 0;
  border-right: none;
  padding-right: none;
}
footer .donationBox{
  padding: 20px;
  max-width: 800px;
  margin: 0 auto 10px;
  margin-top: 10px;
  border-radius: 5px;
  background-color: #fff;
}
footer .donationTxt{
  margin-bottom: 15px;
}
footer .donationLink {
  display: block;
  margin: 0 auto;
  padding: 10px;
  font-weight: 500;
  border: 1px solid #07913b;
  border-radius: 20px;
  text-decoration: none;
  background: #07913b;
  color: #fff;
}
footer .donationLink:hover {
  opacity: 0.7;
}

/* -------------------------------------------------------
privacy
---------------------------------------------------------- */
#secPrivacy {
  background-color: #fff;
  padding: 10px;
  margin-bottom: 50px;
}
#secPrivacy h2 {
  margin: 15px 0 10px;
}
#secPrivacy p, #secPrivacy ul li {
  font-size: 16px;
}
#secPrivacy ul {
  margin-top: 10px;
}

/* -------------------------------------------------------
メイン
---------------------------------------------------------- */
#english h1 {
  font-size: 25px;
}
@media screen and (max-width: 480px) {
  #english h1 {
    font-size: 18px;
    width: auto;
    padding-top:10px;
    line-height: 32px;
  }
}

/* 計算結果の色 */
.result-color {
  background-color: #d5eaff;
}

.result-head-color {
  background-color: #80bfff;
}
#reset_button {
  height: 90px;
  font-size: 20px;
  font-weight: 30;
  font-family: cursive;
  transition: 0.2s;
  width: 200px;
  background-color: #88A6BB;
  border: 6px outset #88A6BB;
}

#calculation_button {
  width: 100%;
  height: 110px;
  margin-bottom: 14px;
  font-size: 20px;
  font-weight: 30;
  font-family: cursive;
  background-color: #91ADB1;
  border: 1px #111 solid;
  transition: 0.2s;
}
@media screen and (max-width: 480px) {
  #calculation_button, #reset_button {
    height: auto;
    margin-bottom: 0;
  }
 }
#calculation_button:hover, #reset_button:hover{
  transform: translateY(-1px);
  box-shadow: 0 5px 8px #111;
  transition: 0.2s;
}
#calculation_button:active, #reset_button:active{
  transform: translateY(1px);
  box-shadow: 0;
}

/* -------------------------------------------------------
index
---------------------------------------------------------- */

#main {
  padding-top: 20px;
  width: 960px;
  margin: 0 auto;
}
@media screen and (max-width: 480px) {
  #main {
    width: 95%;
  }
 }

.main_paragraph {
  border-bottom: 1px dashed #111;
  margin-bottom: 40px;
  padding-bottom: 20px;
}
.main_paragraph:last-child {
  margin-bottom: 5px;
}

.main_paragraph .box {
  position: relative;
}

.main_paragraph .tit {
  position: absolute;
  top: -22px;
  left: 22px;
  padding: 5px;
  background-color: #fff;
  border: 1px solid #000;
}

.main_paragraph .txt {
  display: inline-block;
  padding: 27px 22px 22px 27px;
  border: 1px solid #000;
  background-color:  #cdd3d4;
}
@media screen and (max-width: 480px) {
  .main_paragraph .txt {
    font-size: 14px;
    padding: 20px 10px 10px;
  }
 }

.main_paragraph .contents-box, .main_paragraph .reference-box{
  background-color:  #cdd3d4;
  border: 1px solid #000;
  padding: 27px 22px 22px 27px;
}
@media screen and (max-width: 480px) {
  .main_paragraph .contents-box, .main_paragraph .reference-box{
    font-size: 14px;
    padding: 20px 10px 10px;
  }
 }
@media screen and (max-width: 480px) {
  .main_paragraph ul{
    padding-left: 20px;
  }
 }

#english .main_paragraph .contents-box, #english .main_paragraph .reference-box{
  padding: 27px 10px 22px 10px;
}
@media screen and (max-width: 480px) {
  #english .main_paragraph .contents-box {
    padding-top: 15px;
  }
}

.alert-box {
  margin-bottom: 50px;
}
@media screen and (max-width: 480px) {
  .alert-box {
    font-size: 16px;
  }
}

.main_explanation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
  text-decoration: none;
}
.main_explanation a {
  text-decoration: none;
  display: inline-block;
  margin: 10px auto;
}
@media screen and (max-width: 480px) {
  .main_explanation a {
    width: 100%;
  }
}

.main_index {
  width: 420px;
  height: 150px;
  background: linear-gradient(135deg, #FFF, #cdd3d4);
  transition: 0.5s;
}

@media screen and (max-width: 480px) {
  .main_index {
    width: 100%;
    height: 105px;
  }
}
#english .main_index {
  height: 250px;
  width: 430px;
  padding: 2px;
}
@media screen and (max-width: 480px) {
  #english .main_index {
    width: auto;
    height: 205px;
  }
}
#english .main_index ul{
  list-style: none;
  padding-left: 24px;
}
@media screen and (max-width: 480px) {
  #english .main_index ul {
    padding-left: 10px;
    padding-right: 10px;
  }
}
#english .main_index li{
  padding-bottom: 5px;
}

.main_index h2 {
  padding: 10px 0 0 10px;
}
#english .main_index h2 {
  padding-bottom: 5px;
}

.main_index p {
  color: #111;
}
.main_index:hover {
  transform: translateY(-5px);
  box-shadow: 0 5px 10px #111;
  transition: 0.5s;
}

/*-------------------------------beams*/
/* -------------------------------------------------------
secChoice
---------------------------------------------------------- */
#secChoice, #secChoice .lowerBox{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 480px) {
  #secChoice{
    display: block;
    font-size: 14px;
  }
}

#secChoice .leftBox {
  width: 100%;
  margin-right: 15px;
}
@media screen and (max-width: 480px) {
  #secChoice .leftBox {
    margin-right: 0;
  }
}

#secChoice .lowerBox .imgBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#secChoice .lowerBox .leftBox {
  width: 100%;
}
@media screen and (max-width: 480px) {
  #secChoice .lowerBox .leftBox {
    width: 140%;
  }
}
#secChoice .leftBox .imgLeft {
  width: 100%;
  margin: 0;
}

#secChoice .rightBox {
  width: 49%;
}
@media screen and (max-width: 480px) {
  #secChoice .rightBox {
    width: 100%;
    margin-top: 30px;
  }
  #english #secChoice .rightBox, #secChoice .circle_detail_box {
    margin-top: 0;
  }
}

#secChoice .leftBox, #secChoice .rightBox {
  position: relative;
}

#secChoice h2 {
  font-size: 20px;
  padding: 0 20px;
  display: block;
  background-color: #d5d52b;
  text-align: center;
  border-radius: 10px;
  position: absolute;
  top: -15px;
  left: 24px;
}
@media screen and (max-width: 480px) {
  #english #secChoice h2 {
    font-size: 16px;
  }
 }
#english #secChoice .cross-sectional-head {
  top: -30px;
  left: -4px;
  width: 217px;
}

#secChoice img{
  border-radius: 10px;
}

#secChoice .imgBox{
  border-radius: 25px;
  background-color: #f1f1b8;
  padding-top: 37px;
  text-align: center;
}
#secChoice .rightBox img{
  width: 41%;
  padding: 5px;
  background-color: #fff;
}
@media screen and (max-width: 480px) {
  #secChoice .rightBox img{
    width: 18%;
  }
}
#secChoice .lowerBox .rightBox img {
  width: 100%;
  padding: 5px;
  margin-top: 30px;
  background-color: #fff;
}
@media screen and (max-width: 480px) {
  #secChoice .lowerBox .rightBox img {
    margin-top: 0;
    width: 77%;
  }
}

#secChoice .lowerBox {
  background-color: #fff;
  width: 100%;
  margin: 15px auto;
}
@media screen and (max-width: 480px) {
  #english #secChoice .lowerBox{
    margin-bottom: 40px;
  }
}
#secChoice .leftBox .imgBox {
  border-radius: 25px;
  background-color: #f1f1b8;
  padding: 30px 10px 20px 10px;
}
@media screen and (max-width: 480px) {
  #secChoice .leftBox .imgBox {
    font-size: 10px;
  }
  #english #secChoice .leftBox .imgBox {
    margin-bottom: 40px;
  }
}

.row1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
}
.table .blank {
  width: 60px;
}
@media screen and (max-width: 480px) {
  .table .blank {
    width: 44px;
  }
  #english .table .blank {
    width: 60px;
  }
}
.row1 .row1Head {
  width: 660px;
  border: 1px solid #000;
}
.row2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
}
.row2 .row2Head {
  width: 165px;
  border-left: 1px solid #000;
  border-top: none;
}
.row2 .row2Head:last-child {
  border-right: 1px solid #000;
}
.row3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  border: 1px solid #000;
}
.row3 .row3Head {
  width: 30px;
  border-right: 1px solid #000;
}
#english .row3 .row3Head {
  transform: rotateZ(180deg);
  border-right: none;
}
.row3 .row3Contents {
  width: 650px;
}
@media screen and (max-width: 480px) {
  .row3 .row3Contents {
    width: 100%;
  }
}
.row3row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  height: 90px;
  width: 690px;
}
@media screen and (max-width: 480px) {
  .row3row {
    width: 100%;
    height: 70px;
  }
}

.row3rowHead {
  width: 30px;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
}
@media screen and (max-width: 480px) {
  .loadhead {
    display: none;
    }
 }

#english .row3rowHead {
  font-size: 18px;
  line-height: 26px;
  letter-spacing: 1px;
  transform: rotateZ(180deg);
  border-bottom: none;
  border-left: 1px solid #000;
  border-top: 1px solid #000;
}
@media screen and (max-width: 480px) {
  #english .row3rowHead {
    font-size: 10px;
    border-right: none;
 }
}
 .row3row:last-child .row3rowHead {
  border-bottom: none;
}
#english .row3row:last-child .row3rowHead {
  border-top: none;
}

.row3rowContent {
  width: 165px;
  position: relative;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
}
.row3rowContent:last-child {
  border-right: none;
}
.row3row:last-child .row3rowContent {
  border-bottom: none;
}

#secChoice .select_support {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
@media screen and (max-width: 480px) {
  #secChoice .select_support {
    width: 100%;
    height: auto;
  }
 }

.select_support {
  width: 158px;
  height: 77px;
}
.select_support:hover {
  opacity: 0.8;
}

.select_comp {
  width: 115px;
  height: 200px;
}
@media screen and (max-width: 480px) {
  .select_comp {
    width: 90px;
    height: 150px;
  }
}

.select_cross {
  width: 70px;
}

.imgLeft {
  width: 70%;
}

.imgRight {
  width: 54%;
}

/* -------------------------------------------------------
secPara
---------------------------------------------------------- */
#secPara {
  position: relative;
  margin: 30px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 480px) {
  #secPara {
    display: block;
  }
 }
#secPara .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #f1f1b8;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  padding: 25px;
  border-radius: 25px;
  width: 100%;
}
@media screen and (max-width: 480px) {
  #secPara .box {
    display: block;
  }
 }

#secPara h2 {
  position: absolute;
  font-size: 20px;
  display: block;
  background-color: #d5d52b;
  width: 160px;
  text-align: center;
  border-radius: 10px;
  position: absolute;
  top: -15px;
  left: 53px;
  }
  @media screen and (max-width: 480px) {
    #secPara h2 {
      left: 20px;
      }
   }

  #english #secPara .parameter-head {
    width: 217px;
  }

  #secPara .btnBox {
    margin-left: 25px;
    width: 200px;
  }
  @media screen and (max-width: 480px) {
    #secPara .btnBox {
      display: flex; 
      margin-left: 0;
      width: auto;
      margin: 10px;
    }
   }
  #secPara .btnBox input {
    display: block;
    border: 6px outset #91ADB1;
    border-radius: 25px;
  }

  #secPara .paraLabel {
    display: inline-block;
    width: 90px;
    text-align: center;
    padding:6.5px;
  }
  #english .paraLabel {
    padding-bottom: 9px;
  }
  #english .young-head,  #english .yield-head{
    line-height: 1.3
  }
  #english .young-input, #english .yield-input{
    padding: 11px 0 0 7px;
    height: 55px;
    display: inline-block;
  }

  #secPara h4 {
    border-bottom: 1px solid #000;
    text-align: center;
  }
  @media screen and (max-width: 480px) {
    #secPara .material_property h4:first-child {
      border: 1px solid #000;
    }
   }
  #secPara h4.lengthTit {
    border-top: 1px solid #000;
  }

  .material_property, .force_length, .cross-size {
    border: 1px solid #000;
  }
  @media screen and (max-width: 480px) {
    .material_property, .force_length, .cross-size {
      border: none;
    }
  }
  #secPara .material_property {
    width: 43%;
  }

  #secPara .force_length {
    width: 31%;
    border-left: none;
    border-right: none;
  }
  #secPara .cross-size {
    width: 30%;
  }
  #secPara .textbox {
    width: 80px;
  }
  #secPara .material_property_input, 
  #secPara .force_input, 
  #secPara .length_input, 
  #secPara .cross_size_input,
  #secPara .force_type_box {
    padding: 10px;
  }
  #secPara .force_type_box {
    padding-top: 0px;
  }

  @media screen and (max-width: 480px) {
    #secPara .material_property, #secPara .force_length, #secPara .cross-size  {
      width: auto;
    }
    #secPara .force_length, #secPara .material_property_input {
      border-left: 1px solid #000;
      border-right: 1px solid #000;
    }
    #secPara .material_property_input {
      border-bottom: 1px solid #000;
    }
    #secPara .cross-size {
      border: 1px solid #000;
    }
  }

  #secPara .cross_size_input {
    padding-left: 14px;
  }
  #secPara .cross-label {
    padding-bottom: 13px;
    width: 20px;
    display: inline-block;
  }
  
  #secPara #material {
    width: 100px;
    height: 30px;
  }
/* -------------------------------------------------------
secResult
---------------------------------------------------------- */
#secResult {
  position: relative;
}

#secResult h2 {
  font-size: 20px;
  display: block;
  width: 150px;
  text-align: center;
  border-radius: 10px;
  position: absolute;
  top: -15px;
  left: 53px;
}
@media screen and (max-width: 480px) {
  #secResult h2 {
    left: 20px;
  }
}

#secResult .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 25px;
}
@media screen and (max-width: 480px) {
  #secResult .box {
    font-size: 14px;
    padding: 10px;
  }
  #english #secResult .box {
    padding: 24px 10px 10px;
    font-size: 11px;
  }
}
 
 #secResult .resultLabel {
  padding-bottom: 8px;
}
#secResult .leftBox, #secResult .rightBox {
  width: 50%;
}

#secResult .leftBox .resultLabel {
  display: inline-block;
  width: 192px;
}
#english #secResult .leftBox .resultLabel {
  width: 260px;
}
#secResult .rightBox .resultLabel {
  display: inline-block;
  width: 173px;
  text-align: right;
}
#secResult .rightBox .resultLabel {
  width: 240px;
  text-align: left;
}
@media screen and (max-width: 480px) {
  #secResult .rightBox .resultLabel {
    width: auto;
    display: block;
  }
}

#result_left {
  padding: 10px 10px 0 10px;
  width: 50%;
}

#result_right {
  padding-left: 500px;
  padding-top: 10px;
  padding-bottom: 10px;
}

#material {
  width: 100px;
  height: 25px;
  font-size: 19px;
  font-family: cursive;
  font-weight: 30;
  background-color: #fff;
}

.textbox {
  width: 90px;
  height: 30px;
  font-size: 19px;
  padding:5px
}

.text_center {
  text-align: center;
  vertical-align: middle;
}

.use {
  text-align: right;
}

/*-------------------------------twist*/
/* -------------------------------------------------------
secChoiceTwst
---------------------------------------------------------- */
#secChoiceTwist {
  position: relative;
}

#secChoiceTwist h2 {
  font-size: 20px;
  padding: 0 20px;
  display: block;
  background-color: #d5d52b;
  text-align: center;
  border-radius: 10px;
  position: absolute;
  top: -15px;
  left: 24px;
}

#secChoiceTwist img {
  border-radius: 10px;
  background-color: #fff;
  padding: 10px;
  width: 130px;
}
#secChoiceTwist .imgBox .lowerBox .select_cross {
  width: 265px;
  padding: 0;
}
@media screen and (max-width: 480px) {
  #secChoiceTwist img {
    width: 24%;
  }
  #secChoiceTwist .imgBox .lowerBox .select_cross {
    width: 29%;
  }
}

#secChoiceTwist .imgBox {
  border-radius: 25px;
  background-color: #f1f1b8;
  padding-top: 37px;
  text-align: center;
}
@media screen and (max-width: 480px) {
  #secChoiceTwist > .lowerBox {
    padding-top: 25px;
  }
}

#secChoiceTwist > .lowerBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
  background-color: #fff;
  height: 320px;
  margin: 15px auto;
}

@media screen and (max-width: 480px) {
  #secChoiceTwist > .lowerBox {
    display: block;
    height: auto;
  }
}
#secChoiceTwist > .lowerBox img{
  width: 33%;
}
#secChoiceTwist > .lowerBox .subImgWide{
  width: 50%;
}

#secChoiceTwist #main_image{
  width: 460px;
}
@media screen and (max-width: 480px) {
  #secChoiceTwist #sub_image, #secChoiceTwist #main_image{
    margin-left: 0px;
    width: 60%;
  }
  #secChoiceTwist #sub_image{
    margin-left: 0px;
    width: 37%;
  }  
}
/* -------------------------------------------------------
secParaTwst
---------------------------------------------------------- */
#secParaTwst {
  position: relative;
  margin: 30px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 480px) {
  #secParaTwst {
    display: block;
  }
}
#secParaTwst .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #f1f1b8;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  padding: 25px;
  border-radius: 25px;
}
@media screen and (max-width: 480px) {
  #secParaTwst .box {
    display: block;
    font-size: 17px;
  }
}

#secParaTwst h2 {
  position: absolute;
  font-size: 20px;
  display: block;
  background-color: #d5d52b;
  text-align: center;
  border-radius: 10px;
  position: absolute;
  width: 220px;
  top: -15px;
  left: 25px;
}

#secParaTwst .btnBox {
  margin-left: 25px;
  width: 200px;
}
  @media screen and (max-width: 480px) {
    #secParaTwst .btnBox {
      margin-left: 0;
      width: auto;
      display: flex;
      margin: 10px;
    }
  }
#secParaTwst .btnBox input {
  display: block;
  border: 6px outset #91ADB1;
  border-radius: 25px;
}
#secParaTwst .paraLabel {
  display: inline-block;
  width: 140px;
  text-align: center;
  padding-bottom: 8px;
}
#secParaTwst h4 {
  border-bottom: 1px solid #000;
  text-align: center;
}
#secParaTwst h4.lengthTit {
  border-top: 1px solid #000;
}

#secParaTwst .material_property {
  width: 315px;
}
@media screen and (max-width: 480px) {
  #secParaTwst .material_property {
    width: auto;
    border: 1px solid #000;
    border-bottom: none;
  }
}
#secParaTwst .force_length {
  width: 190px;
  border-left: none;
  border-right: none;
} 
@media screen and (max-width: 480px) {
  #secParaTwst .force_length {
    border: 1px solid #000;
  }
}
#secParaTwst .cross-size {
  width: 186px;
}
@media screen and (max-width: 480px) {
  #secParaTwst .force_length, #secParaTwst .cross-size {
    width: auto;
  }
  #secParaTwst .cross-size {
    border: 1px solid #000;
    border-top: none;
  }
}
#secParaTwst .textbox {
  width: 60px;
}
#secParaTwst .material_property_input, 
#secParaTwst .force_input, 
#secParaTwst .length_input, 
#secParaTwst .cross_size_input {
  padding: 10px;
}
#secParaTwst .cross_size_input {
  padding-left: 20px;
}
#secParaTwst .cross-label {
  width: 20px;
  display: inline-block;
} 
#secParaTwst #material {
  width: 100px;
  height: 30px;
}
#secParaTwst #length_title {
  border-top: 1px solid #000;
}
/* -------------------------------------------------------
secResultTwst
---------------------------------------------------------- */
#twist_result {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 480px) {
  #twist_result {
    width: 100%;
  }
}
#result_right {
  padding-left: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  width: 50%;
}
@media screen and (max-width: 480px) {
  #english #secResultSnap #result_right {
    width: 100%;
  }
}

#secResult  .resultLabel {
  display: inline-block;
  width: 192px;
}
@media screen and (max-width: 480px) {
  #secResult  .resultLabel {
    display: block;
    width: 100%;
  }
}

/* compression */
#english .compression-pull-wrapper {
  padding-top: 60px;
}
@media screen and (max-width: 480px) {
  #english .compression-pull-wrapper {
    padding-top: 30px;
  }
}

#secChoiceComp{
  display: block;
}
#secChoiceComp .compRightBox{
  width: 41%;
}
.upperBoxComp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#secChoiceComp .compRightBox img{
  width: 27%;
  padding: 5px;
  background-color: #fff;
}

#secChoiceComp .upperBox, #secChoiceComp .lowerBox{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  border-radius: 25px;
}
@media screen and (max-width: 480px) {
  #secChoiceComp .upperBox, #secChoiceComp .lowerBox{
    display: block;
  }
}

#secChoiceComp .upperBox, #secChoiceComp .lowerBox{
  -webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

#secChoiceComp .leftBox {
  width: 100%;
  margin-right: 15px;
}

#secChoiceComp .lowerBox .imgBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 480px) {
  #secChoiceComp .lowerBox .imgBox {
    margin-bottom: 15px;
  }
}
#english #secChoiceComp #both_ends_support label {
  width: 125px;
}
#secChoiceComp .lowerBox .leftBox {
  width: 100%;
}
#secChoiceComp .leftBox .imgLeft {
  width: 100%;
  margin: 0;
}

#secChoiceComp .leftBox, #secChoiceComp .rightBox {
  position: relative;
}

#secChoiceComp .rightBox {
  width: 49%;
  background-color: #f1f1b8;
  border-radius: 25px;
  padding-top: 30px;
  text-align: center;
}
@media screen and (max-width: 480px) {
  #secChoiceComp .rightBox {
    width: auto;
  }
}
#english #secChoiceComp .selectedBox {
  width: 44%;
  background: none;
}
@media screen and (max-width: 480px) {
  #english #secChoiceComp .selectedBox {
    width: auto;
  }
}
#secChoiceComp .lowerBox .rightBox {
  padding-top: 0;
}

#secChoiceComp h2 {
  font-size: 20px;
  padding: 0 20px;
  display: block;
  background-color: #d5d52b;
  text-align: center;
  border-radius: 10px;
  position: absolute;
  top: -15px;
  left: 24px;
  z-index: 1;
}

#english #secChoiceComp h2.twoline {
  top: -41px;
}
@media screen and (max-width: 480px) {
  #english #secChoiceComp h2.twoline {
    top: -32px;
    font-size: 16px;
  }
}
#english #secChoiceComp h2.cross-sectional-head {
  width: 220px;
}

#secChoiceComp .lowerBox h2 {
  top: -39px;
}

#secChoiceComp img{
  border-radius: 10px;
}

#secChoiceComp .imgBox{
  border-radius: 25px;
  background-color: #f1f1b8;
  padding: 25px;
  text-align: center;
}
#secChoiceComp .imgBox{
  padding: 25px 10px;
}
#secChoiceComp .rightBox img{
  width: 23%;
  padding: 5px;
  background-color: #fff;
}
#secChoiceComp .lowerBox .rightBox img{
  width: 100%;
  padding: 5px 5px 5px 10px;
  background-color: #fff;
}
#english #secChoiceComp .lowerBox .rightBox #main_image{
  width: 80%;
}

#secChoiceComp .lowerBox{
  width: 100%;
  margin: 50px auto;
  position: relative;
}

#english #secChoiceComp .lowerBox{
  margin: 60px auto 40px;
}
#secChoiceComp #sub_image{
  width: 100%;
}
#secChoiceComp .lowerBox .subBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #fff;
  height: 388px;
}

#secChoiceComp .subBox label {
  padding-left: 5px;
  white-space: nowrap;
}
#secChoiceComp .leftBox .imgBox {
  border-radius: 25px;
  background-color: #f1f1b8;
  padding: 30px 10px 40px 10px;
}
@media screen and (max-width: 480px) {
  #secChoiceComp .leftBox .imgBox {
    padding: 30px 0px 20px 0px;
    margin-bottom: 25px;
  }  
  #secChoiceComp .leftBox .imgBox {
    margin-bottom: 60px;
  }  
}
#secChoiceComp .circleBox {
  text-align: end;
}
#secChoiceComp .support_box {
  margin: 12px 5px;
}

.buckling {
  width: 100px;
  height: 250px;
  padding: 4px;
}
.buckling:hover {
  opacity: 0.8;
  cursor: pointer;
}
@media screen and (max-width: 480px) {
  .buckling {
    width: 100%;
    height: 180px;
  }
}

.buckling_head {
  text-align: center;
  font-weight: bold;
}

.label {
  border: 1px solid #111;
  width: 80%;
  text-align: left;
  background-color: #fff;
  position: relative;
}
.label ol {
  padding: 40px 15px 30px 40px;
}
@media screen and (max-width: 480px) {
  #both_ends_support label {
    width: 95%;
  }  
}

.small-label {
  background: #fff;
  padding: 3px 10px;
  color: #111;
  margin-left: 10px;
  position: absolute;
  top: -15px;
  border: 1px solid #111;
  font-weight: bold;
}

/* -------------------------------------------------------
secRecord
---------------------------------------------------------- */
#secRecord {
  overflow-x: scroll;
  width: 960px;
  margin: 0 auto;
  margin-bottom: 500px;
}

#secRecord table {
  white-space: nowrap;
  border: 1px solid #111;
  background-color: #fff;
  border-collapse: collapse;
}

#secRecord table th {
  border: 1px solid #111;
  padding: 0 5px;
}
#secRecord table td {
  border-right: 1px solid #111;
  margin: 0 5px;
}

#secRecord .table_cross_section {
  display: flex;
  border-bottom: 1px solid #000;
}
#secRecord .table_cross_section:nth-child(2n) {
  border-bottom: none;
}
#secRecord .table_cross_section > div {
  padding: 0 5px;
  border-right: 1px solid #000;
  border-top: 1px solid #000;
  width: 100px;
}
#secRecord .head_cross_section {
  padding: 0;
}
#secRecord .table_cross_section {
  margin: 0;
}
#secRecord .table_cross_section_input > div {
  border-top: none;
}
#secRecord .table_cross_section > div:last-child {
  border-right: none;
}
#secRecord .cross_section_input {
  display: flex;
  margin: 0;
}
#secRecord .cross_section_input > div {
  border-right: 1px solid #000;
  width: 100px;
}

/* -------------------------------------------------------
secParaComp
---------------------------------------------------------- */
#secParaComp {
  position: relative;
  margin: 30px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#secParaComp .temperature_change {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

@media screen and (max-width: 480px) {
  #secParaComp {
    display: block;
    margin-top: 15px;
  }
}
#secParaComp .box {
  background-color: #f1f1b8;
  padding: 25px;
  border-radius: 25px;
}
#secParaComp .box .upperBox,
#secParaComp .box .lowerBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 480px) {
  #secParaComp .box .upperBox,
  #secParaComp .box .lowerBox {
    display: block;
  }
}

#secParaComp h2 {
  position: absolute;
  font-size: 20px;
  display: block;
  background-color: #d5d52b;
  width: 160px;
  text-align: center;
  border-radius: 10px;
  position: absolute;
  top: -15px;
  left: 53px;
}
@media screen and (max-width: 480px) {
  #secParaComp h2 {
    left: 25px;
  }
}
#english #secParaComp h2 {
  width: 220px;
  top: -15px;
  left: 25px;
}

#secParaComp .btnBox {
  margin-left: 25px;
  width: 200px;
}
  @media screen and (max-width: 480px) {
    #secParaComp .btnBox {
      width: auto;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      margin: 10px 0;
    }
  }
#secParaComp .btnBox input {
  display: block;
  border: 6px outset #91ADB1;
  border-radius: 25px;
}

#secParaComp .paraLabel {
  display: inline-block;
  width: 90px;
  text-align: center;
}
 
@media screen and (max-width: 480px) {
  #english #secChoiceComp .selectedBox {
    width: auto;
  }
  #english #secParaComp .temperature_change {
    display: block
  }
}

#secParaComp h4 {
  border-bottom: 1px solid #000;
  text-align: center;
}
#secParaComp h4.lengthTit {
  border-top: 1px solid #000;
}

#secParaComp .labelComp {
  display: inline-block;
  width: 100px;
  text-align: center;
}
 
#secParaComp .material_property {
  width: 265px;
}
#secParaComp .force_length {
  width: 190px;
  border-left: none;
  border-right: none;
}
#secParaComp .cross-size {
  width: 225px;
}
#secParaComp .textbox {
  width: 60px;
  margin: 5px 0;
}
#secParaComp .material_property_input, 
#secParaComp .force_input, 
#secParaComp .length_input, 
#secParaComp .cross_size_input {
  padding: 10px;
}
#secParaComp .cross_size_input {
  padding-left: 25px;
}
#secParaComp .cross-label {
  width: 20px;
  display: inline-block;
}
#secParaComp #material {
  width: 100px;
  height: 30px;
  margin: 5px 0;
}
#secParaComp .box .leftBox,
#secParaComp .box .centerBox,
#secParaComp .box .rightBox {
  border-top: 1px solid #000;
  border-left: 1px solid #000;
}
@media screen and (max-width: 480px) {
  #secParaComp .box .leftBox,
  #secParaComp .box .centerBox,
  #secParaComp .box .rightBox {
    border-right: 1px solid #000;
  }
}
#secParaComp .box .rightBox {
  border-right: 1px solid #000;
}
#secParaComp .text_center {
  border-bottom: 1px solid #000;
}
#secParaComp #length_title {
  border-bottom: 1px solid #000;
  border-top: 1px solid #000;
}
#secParaComp #force_input, #secParaComp #length_input {
  height: 60px;
  padding: 5px;
}
#secParaComp #cross_size_input, #secParaComp #temperature_input,
#secParaComp #linear_expansion_box, #secParaComp #stress_concentration_factor {
  padding: 5px;
}
#stress_concentration_factor {
  height: 68px;
}
#secParaComp #linear_expansion_box {
  width: 280px;
}
#secParaComp #temperature_input {
  width: 161px;
  border-left: 1px solid #000;
}
#secParaComp .leftBox .text_center {
  width: 280px;
  font-weight: bold;
}
@media screen and (max-width: 480px) {
  #secParaComp .leftBox .text_center {
    width: auto;
  }
}
#secParaComp .centerBox .text_center {
  font-weight: bold;
  width: 160px;
}
@media screen and (max-width: 480px) {
  #secParaComp .centerBox .text_center {
    width: auto;
  }
}
#secParaComp .rightBox .text_center {
  font-weight: bold;
  width: 250px;
}
@media screen and (max-width: 480px) {
  #secParaComp .rightBox .text_center {
    width: auto;
  }
}
#secParaComp .lowerBox .leftBox, #secParaComp .lowerBox .rightBox {
  border-bottom: 1px solid #000;
}
#secParaComp .lowerBox .leftBox .text_center {
  width: 441px;
}
@media screen and (max-width: 480px) {
  #secParaComp .lowerBox .leftBox .text_center {
    width: auto;
  }
}
#secParaComp #material_property_input {
  padding: 5px;
}
#secParaComp .paralabel {
  padding-bottom: 4px;
}

/* -------------------------------------------------------
secResultComp
---------------------------------------------------------- */
#secResultComp {
  position: relative;
  padding: 25px 15px;
}
@media screen and (max-width: 480px) {
  #secResultComp {
    font-size: 14px;
  }
}
#secResultComp p{
  width: 465px;
  padding-left: 20px;
}
#secResultComp h2 {
  font-size: 20px;
  padding: 0 20px;
  display: block;
  text-align: center;
  border-radius: 10px;
  position: absolute;
  top: -15px;
  left: 24px;
}
#secResultComp .result_row1,
#secResultComp .result_row4,
#secResultComp .result_row5 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 480px) {
  #english #secResultComp .result_row1,
  #english #secResultComp .result_row4,
  #english #secResultComp .result_row5 {
  display: block;
  padding: 10px 0;
  }
}
#secResultComp .result_row1,
#secResultComp .result_row4,
#secResultComp .result_row5 {
  border-top: 1px solid #000;
  border-left: 1px solid #000;
  border-right: 1px solid #000;
}
#secResultComp .result_row23{
  border-left: 1px solid #000;
  border-right: 1px solid #000;
}

#secResultComp .result_row5 {
  border-bottom: 1px solid #000;
}
#secResultComp .labelComp {
  display: inline-block;
  width: 228px;
  padding-top: 4px;
  padding-bottom: 4px;
}
@media screen and (max-width: 480px) {
  #secResultComp .labelComp {
    width: 160px;
  }
}
#english #secResultComp .labelComp {
  width: 240px;
}
@media screen and (max-width: 480px) {
  #english #secResultComp .labelComp {
    width: auto;
  }
}
#secResultComp #result_sum_left {
  width: 70%;
}
#english #secResultComp #result_sum_left {
  width: 85%;
}
#secResultComp #result_material_weight {
  width: 65%;
}
@media screen and (max-width: 480px) {
  #secResultComp #result_material_weight {
    width: 50%;
  }
}
#english #secResultComp #result_material_weight {
  width: 80%;
}
#load_left, .result_row23_right {
  width: 46%;
}
@media screen and (max-width: 480px) {
  #english #load_left, .result_row23_right {
    width: auto;
  }
}
#load_right {
  width: 50%;
}
/* -------------------------------------------------------
スナップフィット
---------------------------------------------------------- */
#secChoiceSnap{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #fff;
  position: relative;
  padding: 40px;
}
@media screen and (max-width: 480px) {
  #secChoiceSnap {
    display: block;
    padding: 25px 10px;
  }
}

#secChoiceSnap h2{
  background-color: #fff;
}

#secChoiceSnap .leftBox {
  width: 85%;
}
@media screen and (max-width: 480px) {
  #secChoiceSnap .leftBox {
    width: 100%;
  }
  #english #secChoiceSnap .leftBox {
    padding-bottom: 15px;
  }
}
#secChoiceSnap .leftBox img {
  width: 86%;
}
#english #secChoiceSnap .leftBox img {
  width: 93%;
}

#secChoiceSnap .label {
  border: 1px solid #111;
  width: 100%;
  text-align: left;
  background-color: #fff;
  position: relative;
}
#secChoiceSnap .label .check1 {
  position: absolute;
  top: 10%;
  left: 20%;
  color: red;
}
#secChoiceSnap .label .check2 {
  position: absolute;
  top: 10%;
  left: 33%;
}
#secChoiceSnap .label .check3 {
  position: absolute;
  top: 27%;
  left: 31%;
}
#secChoiceSnap .label .check4 {
  position: absolute;
  top: 27%;
  left: 77%;
}
#secChoiceSnap .label .check5 {
  position: absolute;
  top: 43%;
  left: 58%;
}
#secChoiceSnap .label .check6 {
  position: absolute;
  top: 61%;
  left: 20%;
}
#secChoiceSnap .label .check7 {
  position: absolute;
  top: 77%;
  left: 17%;
}
#secChoiceSnap .label .check8 {
  position: absolute;
  top: 77%;
  left: 44%;
}
#secChoiceSnap .label ul {
  padding: 40px 15px 30px 40px;
}
#secChoiceSnap .label li {
  margin-bottom: 20px;
}
#secChoiceSnap .label li:last-child {
  margin-bottom: 0;
}
#secChoiceSnap .small-label {
  background: #fff;
  padding: 3px 10px;
  color: #111;
  margin-left: 10px;
  position: absolute;
  top: -15px;
  border: 1px solid #111;
  font-weight: bold;
}
#secChoiceSnap .lowerBox .imgBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#secChoiceSnap .lowerBox .leftBox {
  width: 100%;
}
#secChoiceSnap .leftBox .imgLeft {
  width: 100%;
  margin: 0;
}
#secChoiceSnap .rightBox {
  width: 49%;
}
@media screen and (max-width: 480px) {
  #secChoiceSnap .rightBox {
    width: 100%;
  }
}
#secChoiceSnap .leftBox{
  position: relative;
}
#secChoiceSnap h2 {
  font-size: 20px;
  padding: 0 20px;
  display: block;
  background-color: #fff;
  border: 1px solid #000;
  text-align: center;
  border-radius: 10px;
  position: absolute;
  top: -15px;
  left: 24px;
}
#secChoiceSnap img{
  border-radius: 10px;
}
#secChoiceSnap .imgBox{
  border-radius: 25px;
  background-color: #f1f1b8;
  padding-top: 37px;
  text-align: center;
}
#secChoiceSnap .rightBox img{
  width: 41%;
  padding: 5px;
  background-color: #fff;
}
#secChoiceSnap .lowerBox .rightBox img{
  width: 100%;
  padding: 5px;
  margin-top: 30px;
  background-color: #fff;
}
#secChoiceSnap .lowerBox{
  background-color: #fff;
  width: 100%;
  margin: 15px auto;
}
#secChoiceSnap .leftBox .imgBox {
  border-radius: 25px;
  background-color: #f1f1b8;
  padding: 30px 10px 20px 10px;
}
#secChoiceSnap .transparent-box {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0.3;
  top: 0px;
  left: 0px;
}
/* secPara */
#secParaSnap {
  position: relative;
  margin: 30px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 480px) {
  #secParaSnap {
    display: block;
  }
}
#secParaSnap .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #f1f1b8;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  padding: 25px;
  border-radius: 25px;
}
@media screen and (max-width: 480px) {
  #secParaSnap .box {
    display: block;
  }
}
#secParaSnap h2 {
  position: absolute;
  font-size: 20px;
  display: block;
  background-color: #d5d52b;
  width: 160px;
  text-align: center;
  border-radius: 10px;
  position: absolute;
  top: -15px;
  left: 53px;
}
#english #secParaSnap h2 {
  width: 220px;
  top: -15px;
  left: 25px;
}
#secParaSnap .btnBox {
  margin-left: 25px;
  width: 200px;
}
@media screen and (max-width: 480px) {
  #secParaSnap .btnBox {
    margin-left: 0;
    width: auto;
    display: flex;
    margin: 10px;
  }
}
#secParaSnap .btnBox input {
  display: block;
  border: 6px outset #91ADB1;
  border-radius: 25px;
}
#secParaSnap .paraLabel {
  display: inline-block;
  width: 90px;
  text-align: center;
  padding-bottom: 8px;
}
#secParaSnap h4 {
  border-bottom: 1px solid #000;
  text-align: center;
}
@media screen and (max-width: 480px) {
  #secParaSnap h4 {
    border-top: 1px solid #000;
  }
  #secParaSnap .material_property h4 {
    border-right: 1px solid #000;
    border-left: 1px solid #000;
  }
}
#secParaSnap h4.lengthTit {
  border-top: 1px solid #000;
}
#secParaSnap .material_property {
  width: 265px;
}
@media screen and (max-width: 480px) {
  #secParaSnap .material_property {
    width: auto;
  }
}
#secParaSnap .force_length {
  border-left: none;
  border-right: 1px solid #000;
}
@media screen and (max-width: 480px) {
  #secParaSnap .force_length {
    width: 100%;
    border-left: 1px solid #000;
  }
}
#secParaSnap .cross-size {
  width: 225px;
}
#secParaSnap .textbox {
  width: 60px;
}
#secParaSnap .material_property_input, 
#secParaSnap .force_input, 
#secParaSnap .length_input, 
#secParaSnap .cross_size_input {
  padding: 10px;
}
@media screen and (max-width: 480px) {
  #secParaSnap .material_property_input, 
  #secParaSnap .force_input, 
  #secParaSnap .length_input, 
  #secParaSnap .cross_size_input {
    border-right: 1px solid #000;
    border-left: 1px solid #000;
  }
}
#secParaSnap .cross_size_input {
  padding-left: 25px;
}
#secParaSnap .cross-label {
  width: 20px;
  display: inline-block;
}  
#secParaSnap #material {
  width: 100px;
  height: 30px;
}
#container_snapfit > div {
  border: 1px solid #000000;
  padding: 5px;
}
.snapfit_cross_size_input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px;
}
@media screen and (max-width: 480px) {
  .snapfit_cross_size_input {
    border-bottom: 1px solid #000;
  }
}
.snapfit_cross_size_input_a_label {
  width: 30px;
  display: inline-block;
  padding-bottom: 8px;
}
#secResultSnap .resultLabel {
  display: inline-block;
  width: 130px;
  padding-bottom: 8px;
}
#english #secResultSnap .resultLabel {
  width: 168px;
  padding-bottom: 8px;
}
#secResultSnap {
  position: relative;
}
#secResultSnap #result_left {
  width: 40%;
} 
#secResultSnap #result_right {
  width: 45%;
} 
@media screen and (max-width: 480px) {
  #secResultSnap #result_left {
    width: 100%;
  } 
}
#secResultSnap h2 {
  font-size: 20px;
  display: block;
  width: 150px;
  text-align: center;
  border-radius: 10px;
  position: absolute;
  top: -15px;
  left: 53px;
}
#secResultSnap .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 25px;
}
@media screen and (max-width: 480px) {
  #secResultSnap .box {
    display: block;
    padding: 15px 10px;
  }
}
#english #secResultSnap .box {
  font-size: 16px
}
#secResultSnap .leftBox, #secResultSnap .rightBox {
  width: 50%;
}
#secResultSnap .leftBox .resultLabel {
  display: inline-block;
  width: 192px;
}
#secResultSnap .rightBox .resultLabel {
  display: inline-block;
  width: 173px;
  text-align: right;
}
#requirements p{
  font-weight: bold;
  color: red;
  font-size: 18px;
}
#snapfit_alert {
  border-bottom: 1px solid #111;
  margin: 0 -5px;
}
#snapfit_cross_size_input_a p {
  padding-left: 30px;
}
.result_snapfit {
  position: relative;
  background-color: #cdd3d4;
}
.snapfit_img img {
  height: 207px;
}
@media screen and (max-width: 480px) {
  .snapfit_img img {
    width: 100%;
  }
}
#snapfit_img_variable {
  background: #fff;
  position: relative;
  width: 175px;
  height: 230px;
  right: -13px;
  top: 9px;
  overflow: scroll;
}
.select_comp:hover {
  opacity: 0.8;
  cursor: pointer;
}
.select_cross:hover {
  opacity: 0.8;
  cursor: pointer;
}
.choice {
  border: 3px solid #111;
}
#temperature_and_own_weight_up {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#temperature_and_own_weight_low {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 480px) {
  #english #temperature_and_own_weight_up, #english #temperature_and_own_weight_low {
    display: block;
  }
}
/* -------------------------------------------------------
ボルト締結
---------------------------------------------------------- */
#secImg {
  text-align: center;
  background: #fff;
  position: relative;
}
#secImg #main_image {
  width: 80%;
}
#secImg h2 {
  font-size: 20px;
  padding: 0 20px;
  display: block;
  background-color: #fff;
  border: 1px solid #000;
  text-align: center;
  border-radius: 10px;
  position: absolute;
  top: -15px;
  left: 24px;
} 
@media screen and (max-width: 480px) {
  #secImg h2 {
    font-size: 14px;
    left: 24px;
  } 
}
.gray-out {
  background-color: rgba(0, 0, 0, 0.5);
  pointer-events: none;
}
#secParaBolt {
  position: relative;
  margin: 30px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 480px) {
  #secParaBolt {
    display: block;
  }
}
#secParaBolt .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #f1f1b8;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  padding: 25px;
  border-radius: 25px;
  width: 100%;
}
@media screen and (max-width: 480px) {
  #secParaBolt .box {
    display: block;
    padding: 25px 10px;
  }
}
#secParaBolt h2 {
  position: absolute;
  font-size: 20px;
  display: block;
  background-color: #d5d52b;
  text-align: center;
  border-radius: 10px;
  width: 220px;
  top: -15px;
  left: 25px;
}
#secParaBolt .btnBox {
  margin-left: 25px;
  width: 200px;
}
@media screen and (max-width: 480px) {
  #secParaBolt .btnBox {
    display: flex; 
    margin-left: 0;
    width: auto;
    margin: 10px;
  }
}
#secParaBolt .btnBox input {
  display: block;
  border: 6px outset #91ADB1;
  border-radius: 25px;
}
#secParaBolt .paraLabel {
  display: inline-block;
  width: 170px;
  text-align: center;
}
@media screen and (max-width: 480px) {
  #secParaBolt .paraLabel {
    width: auto;
  }
}
#secParaBolt h4 {
  border-bottom: 1px solid #000;
  text-align: center;
}
@media screen and (max-width: 480px) {
  #secParaBolt h4 {
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
  }
}
#secParaBolt h4.lengthTit {
  border-top: 1px solid #000;
}
#secParaBolt .material_property {
  width: 61%;
}
@media screen and (max-width: 480px) {
  #secParaBolt .material_property {
    width: auto;
    border-right: 1px solid #000;
    border-left: 1px solid #000;
  }
}
#secParaBolt .force_length {
  width: 30%;
  border-left: none;
  border-right: none;
}
@media screen and (max-width: 480px) {
  #secParaBolt .force_length {
    width: auto;
    border-right: 1px solid #000;
    border-left: 1px solid #000;
  }
}
#secParaBolt .cross-size {
  width: 33%;
}
@media screen and (max-width: 480px) {
  #secParaBolt .cross-size {
    width: auto;
    border-right: 1px solid #000;
    border-left: 1px solid #000;
    border-bottom: 1px solid #000;
  }
}
#secParaBolt .textbox {
  width: 65px;
  margin-bottom: 20px;
}
#secParaBolt .length_input, 
#secParaBolt .cross_size_input {
  padding: 10px 10px 0 10px;
}
#secParaBolt .material_property_input {
  padding: 10px 0 0 0;
}
#secParaBolt .force_input {
  padding: 0 10px 0 10px;
}
#secParaBolt .force_box {
  padding-top: 10px;
}
#secParaBolt .cross_size_input {
  padding-left: 20px;
}
#secParaBolt .cross-label {
  width: 20px;
  display: inline-block;
}  
#secParaBolt #material {
  width: 100px;
  height: 30px;
}
#secParaBolt #length_title {
  border-top: 1px solid #000;
}
#bolt_diameter, #bolt_material{
  width: 100px;
  height: 30px;
  margin-bottom: 20px;
}
#bolt_result {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 480px) {
  #bolt_result {
    display: block;
  }
}
#secResultBolt .resultLabel {
  display: inline-block;
  width: 260px;
  padding-bottom: 8px;
}
#secResultBolt {
  position: relative;
  margin-bottom: 30px;
}  
#secResultBolt h2 {
  font-size: 20px;
  display: block;
  width: 150px;
  text-align: center;
  border-radius: 10px;
  position: absolute;
  top: -15px;
  left: 25px;
}
@media screen and (max-width: 480px) {
  #secResultBolt h2 {
    left: 15px;
  }
}
#secResultBolt .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 25px 10px;
}
@media screen and (max-width: 480px) {
  #secResultBolt .box {
    padding: 20px 10px 10px;
    font-size: 14px;
  }
  #secResultBolt #result_right {
    width: auto;
  }
  #result_left {
    padding: 10px 10px 0 0;
  }
  #secResultBolt #result_left {
    width: auto;
  }
  #secResultBolt .resultLabel {
    width: 200px;
  }
}
#secResultBolt .leftBox, #secResultBolt .rightBox {
  width: 50%;
}  
#secResultBolt .leftBox .resultLabel {
  display: inline-block;
  width: 192px;
}
#english #secResultBolt .leftBox .resultLabel {
  width: 260px;
}
#secResultBolt .rightBox .resultLabel {
  display: inline-block;
  width: 173px;
  text-align: right;
}
#secResultBolt .rightBox .resultLabel {
  width: 240px;
  text-align: left;
}
#secCalBolt {
  position: relative;
}
#secCalBolt h2 {
  font-size: 20px;
  padding: 0 20px;
  display: block;
  background-color: #fff;
  border: 1px solid #000;
  text-align: center;
  border-radius: 10px;
  position: absolute;
  top: -15px;
  left: 24px;
}
@media screen and (max-width: 480px) {
  #secCalBolt h2 {
    font-size: 14px;
  }
}
#secCalBolt img {
  width: 100%;
}

/* -------------------------------------------------------
fitting
---------------------------------------------------------- */
/* -------------------------------------------------------
文字-fitting
---------------------------------------------------------- */
#Fitwrapper{
  width: 1100px;
  margin: 0 auto;
  padding-top: 35px;

}
#FitPosiFrame .vertical-text {
  writing-mode: vertical-rl;
  text-orientation: upright;
}
.FitText{
  text-align:center;
  font-size: 22px;
}
.FitTextBox{
  width: 85px;
  height: 30px;
  font-size: 22px;
}
.FitTextTole{
  width: 60px;
  height: 30px;
  font-size: 18px;
}
#FitPosiFrame .loose{
  color:blue
} 
#FitPosiFrame .tight{
  color:red
} 
.FitTextMate{
  width: 120px;
  height: 30px;
  font-size: 20px;
}
/* -------------------------------------------------------
基本配置-fitting
---------------------------------------------------------- */
#FitPosiFrame{
  display: flex;
  flex-direction: column;
  height: auto;
}
#FitTop{
  display: flex;
  align-items: center;
  justify-content: center;
}
#FitMiddle{
  display:flex;
  margin-top: 30px;
}
#FitMiddleRight{
  width:400px;
}
#FitBottom{
  display: flex;
}

/* -------------------------------------------------------
詳細配置-fitting
---------------------------------------------------------- */
#FitImgBox {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 960px;
  height: 500px;
  margin:10px;
}
#FitImgBox #main_image {
  width: 100%; /* 親要素に合わせてサイズを自動調整する */
  height:100%;
}
#FitImgBox h2 {
  font-size: 20px;
  padding: 0 20px;
  display: block;
  background-color: #fff;
  border: 1px solid #000;
  text-align: center;
  border-radius: 10px;
  position: absolute;
  top: -35px;
  left: 24px;
} 
#FitParaBox{
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0px 10px;
}
#FitParaBox h2 {
  font-size: 20px;
  display: block;
  background-color: #d5d52b;
  text-align: center;
  border-radius: 10px;
  position: absolute;
  width: 220px;
  top: -15px;
  left: 25px;
}
#FitParaBox .box{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #f1f1b8;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  padding: 25px;
  border-radius: 25px;
  width: 100%;
}
#FitBtnBox{
  margin: 10px auto;
  text-align: center;
}
#FitBtnCal:hover, #FitBtnReset:hover{
  transform: translateY(-1px);
  box-shadow: 0 5px 8px #111;
  transition: 0.2s;
}
#FitBtnCal:active, #FitBtnReset:active{
  transform: translateY(1px);
  box-shadow: 0;
}
#FitBtnCal{    
  height: 110px;
  width: 200px;
  margin-bottom: 14px;
  font-size: 20px;
  font-weight: 30;
  font-family: cursive;
  background-color: #91ADB1;
  border: 1px #111 solid;
  transition: 0.2s;
  border: 6px outset #91ADB1;
  border-radius: 25px;
}
#FitBtnReset{
  height: 90px;
  width: 200px;
  font-size: 20px;
  font-weight: 30;
  transition: 0.2s;
  background-color: #88A6BB;
  border: 6px outset #91ADB1;
  border-radius: 25px; 
}
#FitResultBox{
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0px 10px;
}
#FitResultBox h2{
  font-size: 20px;
  display: block;
  width: 150px;
  text-align: center;
  border-radius: 10px;
  position: absolute;
  top: -15px;
  left: 25px;
  background-color: #80bfff;
}
#FitResultBox .box{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #d5eaff;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  padding: 25px;
  border-radius: 25px;
  width: auto;
  }
/* -------------------------------------------------------
スマホ対応
---------------------------------------------------------- */
@media screen and (max-width: 480px) {
  #Fitwrapper {
    width: 100%;
    padding-top: 30px;
    padding: 30px 0px 0;
  } 
  #FitParaBox {
    font-size: 12px;
  } 
  #FitText {
    font-size: 15px;
  } 
  .FitTextBox {
    width: 75px;
  }
  #FitMiddle{
    display:block;
  }
  #FitImgBox {
    height: auto;
    padding-top: 15px;
}
 }

/* -------------------------------------------------------
review
---------------------------------------------------------- */
#wrapper .reviewBox {
  display: flex;
  position: relative;
  margin: 40px 0 50px 0;
  padding: 10px;
  background-color: #d5eaff;
  border-radius: 15px;
}
#wrapper .difficulty {
  position: absolute;
  background-color: #87cefa;
  padding: 5px 30px;
  top: -18px;
  left: 20px;
  border-radius: 15px;
}
#wrapper .reviewImg {
  margin: 20px 20px 0 0;
}
#wrapper .reviewTxtBox {
  margin-top: 20px;
  width: 80%;
}
#wrapper .reviewTxt {
  font-size: 16px;
}
#wrapper .reviewImg {
  width: 20%;
}
#wrapper .afBox {
  margin-top: 10px;
}
#ad-banner {
	width: 100%;
	overflow: hidden;
}

#ad-banner img.ad-img {
	max-width: 100%;
	height: auto;
}

