body{
  background: #d3d3d3;
  font-size: 16px;
  font-family: Arial, sans-serif;
}
p{
  line-height:0.5;
}
.set_color{
  display:inline-block;
}
.clear{
  clear:both;
}
.container{
  width:940px;
  margin: 20px auto;
}
.footer{

  width:950px;
  margin: 50px auto;
  bottom: 0;
  height :50px

}
::placeholder {

  font-size: 0.6em;
}
#inp_kijun,
#inp_hoken,
#inp_tumi,
#inp_ritu_h,
#inp_ritu_t,
#inp_kai,
#inp_kagen,
#inp_jitu{
  font-size:20px;
  box-sizing: border-box;
  padding:4px;
  border-radius: 10px;
  border:none;
  margin-right: 4px;
}
#inp_kijun,#inp_jitu{
  width:120px;
}
#inp_hoken,
#inp_tumi,
#inp_ritu_h,
#inp_ritu_t,
#inp_kai,
#inp_kagen{
  width:90px;
}
#btn,#btn1,#btn2{
  cursor:pointer;
  display:inline-block;
  box-sizing:border-box;
  width:80px;
  height:40px;
  padding:10px;
  background: #3897fd;
  border-radius:10px;
  font-size:16px;
  text-align:center;
  color: #fff;
}

.input-area{
  font-size:10;
  margin-bottom:10px;
}
.input-area2{
  font-size:10;
  margin-bottom:10px;
  display: inline-block;
}
#inp_kiken,#inp_ryoritu{
  font-size:20px;
  box-sizing: border-box;

  border-radius: 8px;
  border:none;

}
.result-area{

  font-size:20px;
}
.my_class{
display: inline-block;
 vertical-align: top;
}

table.bbb{


  border-collapse: separate;
  border-spacing: 0;
  border-radius: 10px;
  border: 0.8px solid #a9a9a9;
  overflow: hidden;
  table-layout:fixed;

}
.fst_td1{
  background: #ccccff;
  text-align:right;
  width:200px;

}
.sed_td1{
    background:#FFFFFF;
  /* background:#ffffe0; */
  text-align:right;
   width:180px;


}
.setumei_td{
  background-color: transparent;
  width:300px;
   border: none;

}
table.aaa {

  border-collapse: separate;
  border-spacing: 0;
  border-radius: 10px;
  border: 0px solid #a9a9a9;
  overflow: hidden;
  table-layout:fixed;
}
table.aaa td{
  padding:5px 5px;
  width:180px;
}

table.aaa th{

background:#ffffe0;
  width:55px;
}
table.bbb td{
  padding:5px 5px;

}

table.bbb th{

background:#ffffe0;
  width:55px;
}


.fst_td{
  background: #ccccff;
  text-align:right;
  width:10px;
}
.sed_td{
  background:#FFFFFF;
/* background:#ffffe0; */
  text-align:right;
}

.sec_cost{
  margin-left:50px;
}
.s_btn{
  font-size:17px;
  border-radius: 5px;
  background-color:mediumpurple;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  padding: 0px;
  text-align: center;
  color:black;
}


/*タブ切り替え全体のスタイル*/
.tabs {
  margin-top: 20px;
  padding-bottom: 40px;
  background-color: #C0C0C0;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  width: 930px;
  margin: 0 auto;}

/*タブのスタイル*/
.tab_item {
  width: calc(99%/4);
  height: 50px;
  border-bottom: 3px solid #5ab4bd;
  background-color: #d9d9d9;
  line-height: 50px;
  font-size: 22px;
  text-align: center;
  color: #565656;
  display: block;
  float: left;
  text-align: center;
  font-weight: bold;
  transition: all 0.2s ease;
  border-right: 1px solid #5ab4bd;

}
.tab_item:hover {
  opacity: 0.75;
}

/*ラジオボタンを全て消す*/
input[name="tab_item"] {
  display: none;
}

/*タブ切り替えの中身のスタイル*/
.tab_content {
  display: none;
   padding: 10px 40px 0;
  clear: both;
  overflow: hidden;
}


/*選択されているタブのコンテンツのみを表示*/
#all:checked ~ #all_content,
#programming:checked ~ #programming_content,
#programming2:checked ~ #programming2_content,
#programming3:checked ~ #programming3_content,
#design:checked ~ #design_content {
  display: block;
}

/*選択されているタブのスタイルを変える*/
.tabs input:checked + .tab_item {
  background-color: #5ab4bd;
  color: #fff;
}

.my_canvas1,.my_canvas2{
  position: relative;/*相対配置*/
  float: left;
}

.my_canvas3,.my_canvas4{
  margin-top:40px;
  position: relative;
  float: left;
}


#graf11,#graf21,#graf31,#graf41{
  position: absolute;
  top: 0;
  left: 0;
  }
.my_content1{
  float:left;
}
table.my_table{
  font-size:25px;
  font-family: Arial, sans-serif;
}
.sw_table{
  width:880px;
  font-size:19px;
  border-collapse: separate;
  border-spacing: 0;
  border-radius: 10px;
  /* border: 0.8px solid #a9a9a9; */
  overflow: hidden;
  table-layout:fixed;

}
.sw_table_th{
  background-color: #5ab4bd;
  color: #fff;
}
/* .sw_table > tbody > tr > td{
  background-color: #efefef;

} */
.sw_table td {
	background: #efefef;
}
.sw_table tr:nth-child(odd) td {
	background: #d9d9d9;
}
