table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 16px;
  overflow:hidden;

}

.midashi{
  background: #999966;
  color:#fff;
  font-size: 20px;
  border: 1px solid #ccc;
  box-sizing: border-box;
  padding: 25px;
  vertical-align: middle;
  font-weight: bold;
  text-align: center;
}

table th {
  width: 22%;
  background: #C5B77E;
  color:#fff;
  border: 1px solid #ccc;
  box-sizing: border-box;
  padding: 15px;
  vertical-align: middle;
  font-weight: bold;
  text-align: center;
}
table td {
  background: #fff;
  border: 1px solid #ccc;
  box-sizing: border-box;
  padding: 15px;
  vertical-align: top;
  text-align: left;
}
@media all and (max-width: 767px) {
  table th, table td {
    display: block;
    width: 100%;
    border-bottom: none;
  }
  table tr:last-child td:last-child {
    border-bottom: 1px solid #ccc;
  }
 
}


.example{
 height:35px;
 margin:3px;
}

.example2{
 height:35px;
 margin:3px;
}

.sss{
 font-size:13px;
}

.c{text-align:center;
}

.button {
  display       : inline-block;
  border-radius : 3%;          /* 角丸       */
  font-size     : 20pt;        /* 文字サイズ */
  text-align    : center;      /* 文字位置   */
  cursor        : pointer;     /* カーソル   */
  padding       : 20px 53px;   /* 余白       */
  margin:20px;
  background    : #ff7f00;     /* 背景色     */
  color         : #ffffff;     /* 文字色     */
  line-height   : 1em;         /* 1行の高さ  */
  transition    : .3s;         /* なめらか変化 */
  border        : 2px solid #ff7f00;    /* 枠の指定 */
}
.button:hover {
  color         : #ff7f00;     /* 背景色     */
  background    : #ffffff;     /* 文字色     */
}



/*------------------------------------------------------------
base
------------------------------------------------------------*/

body {
  font-family: YuGothic, "游ゴシック体", "Yu Gothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  letter-spacing: .025em;
  line-height: 1.8;
  background:#CFCCB8;
  margin: 0;
}
.section {
  max-width: 1200px;
  margin: 0 auto;
  padding: 50px 10px;
  overflow:hidden;

}
.section p._a {
  font-size: 12px;
  font-weight: bold;
  margin: 30px 0 0;
}
.section p._a .link {
  display: inline-block;
  color: #607D8B;
  padding-left: 1.3em;
  text-indent: -1.3em;
}
.section p._a .link:before {
  content: '';
  display: inline-block;
  width: 5px;
  height: 5px;
  border-top: 2px solid #607D8B;
  border-right: 2px solid #607D8B;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  margin-right: 10px;
}


/* for message */
.section p.msg {
	color: #dd0000;
	margin: 2em;
}
.section span.msg {
	color: #dd0000;
}


/*フッター設定
---------------------------------------------------------------------------*/
footer {
	clear: both;
	text-align: right;	/*文字を右寄せ*/
	padding: 20px 80px;	/*上下、左右へのボックス内の余白*/
}
footer a {text-decoration: none;}
footer .pr {display: block;}

@media all and (max-width: 767px) {
  
  .section {
  max-width: 100%;
  overflow:hidden;

}
 .table{
table-layout: fixed;
word-break: break-all;
word-wrap: break-all;

}
}


