@charset "UTF-8";


#content
{
	max-width: 1000px;
}

#content > div + div
{
	padding-top: 2em;
}



p._b0
{
	font-family: 'R-M','GG-M', sans-serif;
	font-weight: 550;
	font-size: clamp(1.1rem, 1.2vw, 1.5rem);
	margin: 2em 0 .5em;
}

p._b1
{
	font-family: 'R-M','GG-M', sans-serif;
	font-weight: 550;
	font-size: clamp(1rem, 1.1vw, 1.1rem);
	margin: 2em 0 .5em;
}

p._b2
{
	font-family: 'R-M','GG-M', sans-serif;
	font-weight: 550;
}

p._t1
{
	text-indent: -1em;
	padding-left: 1em;
}

small
{
	font-size: .7em;
}

a:not([class]):link, a:not([class]):active, a:not([class]):visited, a:not([class]):hover{color:#A03232;text-decoration:none;}

.secTitle{display:block;}

.entry-content > table > tbody > tr > th{border-bottom:none;}
.entry-content > table > tbody > tr.end > th:before{content: none;}
.entry-content > table > tbody > tr.end > th:after{content: none;}
.entry-content > table > tbody > tr > th:before{content: none;}
.entry-content > table > tbody > tr > th:after {content: none;}


/*************************************/
/************** Accordion *************/
/*************************************/

.accordion_wrapper
{
	margin: 3rem 0;
}


.qa .q
{
	cursor:pointer;
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-family: 'Robo-M', 'GG-M', sans-serif;
	font-weight: 550;
	padding-bottom: 1em;
	margin-bottom: 1em;
	border-bottom: 1px solid rgb(200, 200, 200);
	
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

body:not(.touch) .qa .q:hover
{
	color: rgb(100, 100, 100);
}

.qa .q > span:nth-of-type(1)
{
	width: calc(100% - 2em);
}
.qa .q .op
{
	display: block;
	width: 1em;
	height: 1em;
	margin-left: 1em;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}
.qa .q.op .op
{
	transform:rotate(45deg);
}

.qa .q .op:before,
.qa .q .op:after
{
	content:"";
	display:block;
	position:absolute;
	width:100%;
	height: 2px;
	top: calc(50% - 1px);
	background-color: rgb(50, 50, 50);
}
.qa .q .op:after
{
	transform:rotate(90deg);
}

.qa .a
{
	overflow: hidden;
	height: 0;
}

.qa .a > div
{
	padding-bottom: 2em;
}

.qa .a > div p + p
{
	margin-top: .5em;
}


/*//////////////////////////////////////////////////////////////////////////////////
///////////////////////////////// MEDIA SCREEN ////////////////////////////////
//////////////////////////////////////////////////////////////////////////////////*/


@media screen and (max-width: 650px)
{

}
@media screen and (max-width: 980px) {
    .entry-content > table > tbody > tr > td {
        width: 100%;
        background: #FFF;
        z-index: 1;
    }
}