/*
Theme Name: SOLARIS Child
Theme URI: https://tcd-theme.com/tcd088
Template: solaris_tcd088
Author: TCD
Author URI: https://tcd-theme.com/
Description: The WordPress theme "SOLARIS" was developed with the concept of an advanced company. Apply your business and corporate information to the prepared pages, and put the contents on the top page, and you will have an innovative corporate website.
Version:2.12
Updated: 2025-01-07 09:36:21

*/

#main_col {
    width:100% !important;
    padding:0;
    margin:0;
}

#main_contents:after {
    display:none;
}

#main_contents.single_col #main_col {
	width:100% !important; 
	max-width:100% !important;
}

dl.table,dt,dd {
 margin: 0;
 padding: 0;
}
dl.table {
	font-size:.9em;
 background-color: #f6fcfe;
 border-bottom: 1px solid #ccc;
 border-top: none;
 width: 100%;
	box-sizing:border-box;
	margin:0em 0 2em;
}
dl.table dt {
 width: 18em;
 padding: 1em;
 border-top: 1px solid #ccc;
 float: left;
 font-weight:normal;
 margin: 0;
	border-left:0 !important;
	box-sizing:border-box;
}
dl.table dt:first-child {border-top: 1px solid #ccc;}
dl.table dd {
 background-color: #FFF;
 margin: 0 0 0 18em;
 padding: 1em 1em;
 border-top: 1px solid #ccc;
 border-left: 1px solid #4bb7e9;
}

.button,
button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
  display: inline-block;
  margin-bottom: 20px;
  padding: 8px 14px;
  border: 1px solid #777;
  border-radius: 3px;
  background: #fff;
  color: #333;
  text-decoration: none;
  font-weight: bold;
  line-height: normal;
  cursor: pointer;
  /* Old browsers */
}

.button:hover,
button:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover {
  background: #eee;

}

/************************************
** モバイル
************************************/


@media screen and (max-width:740px){
	
dl.table {
 background-color: #f6fcfe;
 border-bottom: 1px solid #ccc;
 border-top: none;
 width: 100%;
	box-sizing:border-box;
	margin:1em 0;
}
dl.table dt {
 width: 100%;
  background-color: #f6fcfe;
 padding: 1em;
 border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
 float: left;
 font-weight:normal;
 margin: 0 0 1em;
 box-sizing:border-box;
}
dl.table dt:first-child { border-top: 1px solid #ccc;}
dl.table dd {
 background-color: #FFF;
 margin: 0 0 0 ;
 padding: 1em 1em;
 border-top: 1px solid #ccc;
 border-left: 0px;
}	
	
	
}