section table { width: 100%; }
section th, section td  { padding: 10px; border: 1px solid #ddd; }
section th  { background: #f4f4f4; }
 
/*----------------------------------------------------
  .rspt
----------------------------------------------------*/
.rspt th  { width: 30%; text-align: left; }
 
@media only screen and (max-width:480px){
    .rspt th,
    .rspt td{
    width: 100%;
    display: block;
    border-top: none;
    }
  .rspt tr:first-child th { border-top: 1px solid #ddd; }
}

.p_height{
	height: 100px;
}

@media only screen and (max-width:767px){
	.p_height{
	height: auto;
	}
}

/*----------------------------------------------------
  .rspt02
----------------------------------------------------*/
.rspt02 th  { width: 70%; text-align: left; }
 
@media only screen and (max-width:480px){
    .rspt02 th,
    .rspt02 td{
    width: 100%;
    display: block;
    border-top: none;
    }
  .rspt02 tr:first-child th { border-top: 1px solid #ddd; }
}

.p_height{
	height: 100px;
}

@media only screen and (max-width:767px){
	.p_height{
	height: auto;
	}
}



/*tabu*/
/* ------------------------------
   #tabAccordion
------------------------------ */
#tabAccordion {
    margin: 0 auto;
    width: 100%;
    /*height: 155em;*/
    /*font-size: 12px;*/
    /*border: #999 1px solid;*/
    position: relative;
	 height: 100%;
}
 
#tabAccordion dl {
    top: 0;
    left: 0;
    width: 100%;
    position: absolute;
}
 
#tabAccordion dl dt {
    top: 0;
    left: 0;
    width: 25%;
    font-weight: bold;
    position: absolute;
	border-top: #999 1px solid;
	border-left: #999 1px solid;
    border-right: #999 1px solid;
    border-bottom: #999 1px solid;
    background: #FFFFFF;
    box-sizing: border-box;
}
 
#tabAccordion dl:nth-child(2) dt {
    left: 25%;
}
 
#tabAccordion dl:nth-child(3) dt {
    left: 50%;
}
 
#tabAccordion dl:nth-child(4) dt {
    left:75%;
    /*border-right: none;*/
}

#tabAccordion dl:nth-child(5) dt {
    left: 80%;
    border-right: none;
}
 
#tabAccordion dl dt a {
    padding: 15px 0;
    font-weight: bold;
    display: block;
    text-align: center;
    -moz-transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
 
#tabAccordion dl dt.btnAcv {
    border-bottom: none;
    background: #FFFFFF;
}
 
@media only screen and (min-width: 768px) {
    #tabAccordion dl dt:hover > a {
        background: #FFFFFF;
    }
}
 
#tabAccordion dl dd {
    top: 50px;
    left: 0;
    padding: 30px;
    width: 100%;
    /*height: 100%;*/
    text-align: left;
    overflow-y: auto;
    display: none;
    position: absolute;
    box-sizing: border-box;
	/*border-top: #999 1px solid;*/
	border-left: #999 1px solid;
    border-right: #999 1px solid;
    border-bottom: #999 1px solid;
}
 
#tabAccordion dl dd p {
    padding-bottom: 2em;
    line-height: 2em;
}
 
/* ------------------------------
   MEDIAQUERIES LAYOUT
------------------------------ */
@media only screen and (max-width: 800px) {
    #tabAccordion {
        width: 100%;
        box-sizing: border-box;
    }
 
    #tabAccordion dl {
        width: 100%;
        box-sizing: border-box;
    }
 
    #tabAccordion dl dt {
        width: 25%;
    }
 
    #tabAccordion dl:nth-child(2) dt {
        left: 25%;
    }
 
    #tabAccordion dl:nth-child(3) dt {
        left: 50%;
    }
 
    #tabAccordion dl:nth-child(4) dt {
        left: 75%;
    }
}
 
/* ------------------------------
   MEDIAQUERIES[SP]LAYOUT
------------------------------ */
@media only screen and (max-width: 768px) {
    #tabAccordion {
        width: 100%;
        height: auto;
        border: none;
    }
 
    #tabAccordion dl {
        top: auto;
        left: auto;
        width: 100%;
        position: relative;
    }
 
    #tabAccordion dl dt {
        top: auto;
        left: auto;
        width: 100%;
        position: relative;
        border-bottom: #999 1px solid;
        border-right: none;
    }
 
    #tabAccordion dl:first-child dt {
        border-top: #999 1px solid;
    }
 
    #tabAccordion dl:nth-child(2) dt,
    #tabAccordion dl:nth-child(3) dt,
    #tabAccordion dl:nth-child(4) dt,
	#tabAccordion dl:nth-child(5) dt{
        left: auto;
    }
 
    #tabAccordion dl dt a {
        padding: 20px;
        height: auto;
        line-height: 1em;
        text-align: left;
    }
 
    #tabAccordion dl dt a:after {
        content: '';
        margin-top: -4px;
        top: 50%;
        right: 15px;
        width: 8px;
        height: 8px;
        font-size: 1em;
        font-weight: bold;
        line-height: 1.2em;
        display: block;
        position: absolute;
        border-top: 2px solid #666;
        border-right: 2px solid #666;
        -moz-transform: rotate(135deg);
        -webkit-transform: rotate(135deg);
        transform: rotate(135deg);
    }
 
    #tabAccordion dl dt.btnAcv {
        border-bottom: #999 1px solid;
        background: #bbb;
    }
 
    #tabAccordion dl dt.btnAcv a:after {
        content: none;
    }
 
    #tabAccordion dl dd {
        top: auto;
        left: auto;
        padding: 20px;
        width: 100%;
        height: auto;
        position: relative;
        border-bottom: #999 1px solid;
    }
}

.top_box {
    padding: 0.5em 1em;
    margin: 2em 0;
    border: double 5px #FF6464;
}

.ft_text{
	font-size: 20px;
}
