/* top幅 */
@media screen and (min-width: 782px){
.top-bar-content, .main-header-content, .home-header-content, .site-bottom-content {
    max-width: 1220px;
	}}

/* リスト */
ul, ol {
    font-size: 18px!important;
    margin: 0 0 1.8em 1.5em;
    padding: 0;
    font-weight: bold;
}

/* main 幅 */
@media screen and (min-width: 980px){
.has-sidebar .content-area {
    width: 70.28%;
	}}
/* side 幅 */
@media screen and (min-width: 980px){
.has-sidebar .sidebar-area {
    border-top: none;
    padding-top: 0;
    width: 24.78%;
	}}

/* テキストタイトル */
.widget-title {
    text-align: center;
    color: #333;
    font-size: 1.75rem;
    letter-spacing: 0.05em;
    margin-bottom: 2rem;
    margin-top: 0;
    text-transform: uppercase;
}



/***** コンタクトフォーム *****/
.table-contactform7 {
    font-size: 20px;
    overflow: hidden;
    table-layout: fixed;
}
 
.required-contactform7{
  padding: 5px;
  background: #DE8686;
  color: #fff;
  border-radius: 3px;
  margin-right: 3px;
}
 
.unrequired-contactform7{
  padding: 5px;
  background: #BDBDBD;
  color: #fff;
  border-radius: 3px;
  margin-right: 3px;
}
 
.table-contactform7 th{
  font-weight:bold;
}
 
.table-contactform7 input,
.table-contactform7 textarea{
  max-width: 90% !important;
  margin: 5px 10px 10px 5px;
}
 
.address-100 input{
  max-width: 90% !important;
  margin: 5px 10px 10px 5px;
}
 
.message-100 textarea{
  width: 100%;
  margin: 5px 10px 10px 5px;
}
 
@media screen and (min-width: 900px){
  .table-contactform7 th{
    width:28%;
  }
    }
     
@media screen and (max-width: 900px){
.table-contactform7{
  display:block;
}     
       
  .table-contactform7 tbody,
  .table-contactform7 tr{
    display: block;
    width: 100%;
  }
  .table-contactform7 th{
  width:100%;
  display:block;
  margin: 0 auto;
  border:none;
}
.table-contactform7 td{
  display: list-item;
  list-style-type:none;
  margin:0;
  padding:0;
  width: 100%;
  border-top: none !important;
}
}
