@charset "utf-8";
/* CSS Document */



.grid_cel1{
	color: white;
	padding: 10px;
}
.grid_cel2{
max-width: 100%;
	height: auto;
}

.table_cel{
	background-color: gray;
	color: white;
	border: thin solid darkgray;
}

.table_cel_1{
	background-color:#DEECF8;
	color: black;
	border: thin solid white;
}

.table_cel2{
	background-color: white;
	color: black;
	border: thin solid darkgray;
	text-align: center;
}

.table_cel_2{
	background-color: white;
	color: black;
	border: thin solid white;
	padding: 0px 0px 0px 5px;
}

.table_cel3{
	background-color:#DEECF8;
	color: black;
	border: thin solid darkgray;
	text-align: center;
}

.table_size{
	width: 80%;
}

.text_color_red{
	color: red;
}

.w-85 {
  width: 60% !important;
}

.h-150 {
  height: 100% !important;
}

.btn-cadetblue {
  color: #fff;
  background-color: cadetblue;
}

.btn-red {
  color: #fff;
  background-color:red;
}

.btn-font {
  font-size: 1.4rem;
}


/* ac */
.menu {
    max-width: auto;
}

.menu a {
    display: block;
    padding: 15px;
    text-decoration: none;
    color: #000;
}

label {
    display: block;
    margin: 0 0 4px 0;
    padding : 15px;
    line-height: 1;
    cursor :pointer;
}

input {
    display: none;
}

.menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.menu li {
    height: 0;
    overflow: hidden;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

#menu_bar01:checked ~ #links01 li,
#menu_bar02:checked ~ #links02 li {
    height: 80px;
    opacity: 1;
}

/* ac2 */
.qa-list dl {
    position: relative;
    margin: 0;
    padding: 28px 80px 28px 30px;
    cursor: pointer;
    border-bottom: 1px solid #000;
}
.qa-list dl:first-child {
    border-top: 1px solid #000;
}
.qa-list dl::before {
    position: absolute;
    top: 35px;
    right: 35px;
    display: block;
    width: 7px;
    height: 7px;
    margin: auto;
    content: '';
    transform: rotate(135deg);
    border-top: 2px solid #000;
    border-right: 2px solid #000;
}
.qa-list .open::before {
    transform: rotate(-45deg);
}
.qa-list dl dt {
    position: relative;
    margin: 0;
    padding: 0 0 0 50px;
    font-weight: bold;
    /* font-size: 20px; */
}
.qa-list dl dt::before {
    font-size: 22px;
    line-height: 1;
    position: absolute;
    top: 3px;
    left: 0;
    display: block;
    content: 'Q.';
    color: #3285bf;
}
.qa-list dl dd::before {
    /* font-size: 22px; */
    line-height: 1;
    position: absolute;
    top: 3px;
    left: 2px;
    display: block;
    content: 'A.';
    font-weight: bold;
    color: #3285bf;
}
.qa-list dl dd {
    position: relative;
    display: none;
    height: auto;
    margin: 20px 0 0;
    padding: 0 0 0 50px;
}
.qa-list dl dd p {
    margin: 30px 0 0;
}
.qa-list dl dd p:first-child{
    margin-top: 0;
}

@media screen and (max-width: 767px) {
.qa-list dl {
    position: relative;
    padding: 15px 40px 15px 10px;
}
.qa-list dl::before {
    top: 20px;
    right: 20px;
    width: 7px;
    height: 7px;
}
.qa-list dl dt {
    padding: 0 0 0 30px;
    /* font-size: 14px; */
}
.qa-list dl dt::before {
    /* font-size: 14px; */
    top: 3px;
    left: 5px;
    content: 'Q.';
}
.qa-list dl dd::before {
    /* font-size: 14px; */
    top: 5px;
    left: 5px;
    content: 'A.';
}
.qa-list dl dd {
    margin: 10px 0 0;
    padding: 0 0 0 30px;
    font-size: 14px;
}
.qa-list dl dd p {
    margin: 30px 0 0;
}
.qa-list dl dd p:first-child{
    margin-top: 0;
}
}
